By Michael Miers on Saturday, 05 March 2016
Posted in Technical Issues
Likes 0
Views 609
Votes 0
Hello,

I have three questions regarding modifying the pre-packaged design. First I am using the search module and I am wondering if it is possible to remove the actual "search" button from the design. Second, in the "Front Page" menu item I am wondering if it is possible to move around the design elements a little. Using the 'Simplistic' template, under the post title, I would like to change the order of Blogger and Date to Date then Blogger. Second, I a wondering if it is possible to change the order of the "Continue Reading" button and the Social Media feeds (continue reading on top, social media underneath). Lastly, I am wondering if it is possible to change out the social media icons/buttons with my own icons.

I appreciate any assistance with any of these questions. Thank you.

Mike
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

First I am using the search module and I am wondering if it is possible to remove the actual "search" button from the design.

Unfortunately that was not possible to disable it but you can use css to hide it, you can try apply my following css code into your current template css file :

div#fd.eb .mod-btn.mod-btn-primary {
display: none !important;
}


Second, in the "Front Page" menu item I am wondering if it is possible to move around the design elements a little. Using the 'Simplistic' template, under the post title, I would like to change the order of Blogger and Date to Date then Blogger.

That was not possible to modify it from backend, but you can always modify on this file ->
JoomlaFolder\components\com_easyblog\themes\wireframe\blogs\latest\default.main.php , take a look of my screenshot here, you can switch the code between that area -> http://screencast.com/t/c3mzd16gtMT

Second, I a wondering if it is possible to change the order of the "Continue Reading" button and the Social Media feeds (continue reading on top, social media underneath).

You can modify on the same file here ->
JoomlaFolder\components\com_easyblog\themes\wireframe\blogs\latest\default.main.php , check my screenshot : http://screencast.com/t/ewc9WF4RjIn

Lastly, I am wondering if it is possible to change out the social media icons/buttons with my own icons.

Unfortunately that was not possible.

By the way, please remember to assign your domain to your license to obtain for support in the future. You can do so by accessing your license area at http://stackideas.com/dashboard
·
Saturday, 05 March 2016 12:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Everything you put here was perfect and worked great. Thank you.

Mike
·
Sunday, 06 March 2016 09:47
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, glad to heard your issue resolved.
·
Sunday, 06 March 2016 15:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post