Forum Replies Created
-
AuthorPosts
-
Thanks guys, It was the minify or page caching and so I did it through the enfold child settings for ease.
Thanks again :)
Added it but it makes no difference:
see the “what we offer” text on my homepage (listed privately above).Update: Also tried manually (ftp) adding this code to custom.css (in themes/enfold/css folder)
h2 { font-size: 10px; }but no joy there either..
Also: Can you please give an example of the shortcode I need to paste in for the telephone symbol? or a link to where the shortcodes are for telephone, email, etc.. I tried googling “enfold telelephone shortcode” and found nothing..
And I think that may be the wrong link, That zoom plugin isn’t for shortcodes, it allows users to zoom into part of the screen (unless the shortcodes thing is something else it does on the side but doesn’t mention on its page.
Cool, Thanks :-) Quick question:
Open /includes/helper-main-menu.php and look for line 68:
if($phone) { echo “<div class=’phone-info {$phone_class}’><span>{$phone}</span></div>”; }
Replace it by this:
if($phone) { echo “<div class=’phone-info {$phone_class}’><span>”.do_shortcode($phone).”</span></div>”; }I created and am using a child theme, so where do I copy includes/helper-main-menu.php to?
I’m guessing I create an ‘includes’ folder in the enfold-child folder and put it in there like this:
enfold-child/includes/helper-main-menu.php
or do I put it in the root folder of the child theme like this:
enfold-child/helper-main-menu.php?- This reply was modified 10 years, 4 months ago by ksdominant.
June 19, 2014 at 11:50 am in reply to: Just dates instead of dates & time displayed for each comment #281154Hi,
I’ve just copied :enfold/includes/loop-comments.php
to
enfold-child-01/includes/loop-comments.php
and deleted enfold-child-01/loop-comments.php because it didn’t belong there…What do I do next..
June 19, 2014 at 11:29 am in reply to: Just dates instead of dates & time displayed for each comment #281138This reply has been marked as private.Wow, that is awesome! Thank you so much…Would you also be able to look at this please: It’s also to do with comments and wanting to show dates only (instead of showing dates AND TIME) for each comment. Yigit has suggested some things in that thread but nothing seems to work: https://kriesi.at/support/topic/just-dates-instead-of-dates-time-displayed-for-each-comment/#post-280649
Thanks again for all of your help and support. :-)
This reply has been marked as private.June 19, 2014 at 9:53 am in reply to: Just dates instead of dates & time displayed for each comment #281071Thanks, I noticed that the first time that the extra argument was being passed and actually tried that when you posted it the first time and it still doesn’t work…Thanks so much for all this support though :-)
June 18, 2014 at 4:04 pm in reply to: Just dates instead of dates & time displayed for each comment #280621I’ve done that and it’s still not working…
http://ksdominant.com/audio/I’ve changed that line from:
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
to
`echo “<h3 class=’miniheading’>”.__(‘Leave a comment’,’avia_framework’).”</h3>”;’
(“leave a reply” changed to “leave a comment”) and it doesn’t work…Aaaaarggghh
Yeah I changed it on both comments.php files (in a child theme and in includes but it makes no difference)..will try it via ftp now & see if that does anything..
June 18, 2014 at 12:08 pm in reply to: Just dates instead of dates & time displayed for each comment #280488This reply has been marked as private.some kind of caching issue in google chrome..No amount of refreshing worked so I tried a different browser and you’re absolutely right, it has gone :D :D Thank you so much..
Her’s another one you might know the answer to: Any idea on how to change the text that says “leave a reply” To “add a comment” and to just have an ’email’ field instead of email, name and website? There are so many comment.php files and loops and indexes on top of which there are aria framework files, it’s hard to know which one to change although in fairness none of my changes have been visible because of this browser caching issue…
This reply has been marked as private.Nope, it’s still there…Thanks for trying though Josue
-
AuthorPosts