Forum Replies Created
-
AuthorPosts
-
May 9, 2014 at 7:16 am in reply to: Vertically center a "reduced size" logo with the mobile menu icon? #262174
Hi Vifa!
We really need to see the site live in order to debug a CSS issue, try uploading it to a temporary location.
Regards,
JosueMay 9, 2014 at 7:13 am in reply to: How to have a standalone widget "popular posts" for ENFOLD? #262172Hello!
It’s not, the code Yigit provided just hides the other two Tabs, it requires additional CSS tweaking in order to make it look exactly like the latest news widget, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Regards!
JosueHi Elise,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
Thanks for sharing your solution Pascal.
Cheers!
JosueHi Darrell!
Have you tried doing it via FTP?
Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueHello Jamie!
That’s definitely possible but it would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHey Gurify!
There is a JS error that seems to be conflicting with the contact form script:

Make sure that file exists and it’s accessible.
Best regards,
JosueHey!
Try adding this at the end of js/avia.js:
jQuery(function() { jQuery("a").removeAttr("title"); });Best regards,
JosueHi!
In that case it wouldn’t be a “Video” element, instead a simple image with a link, you can achieve that result with the Image element though.
Cheers!
JosueHi Lori!
Open functions-enfold.php, look for 307:
if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";Replace it by:
if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' ".esc_attr( $title )."' $markup>".$title."</a>";Cheers!
JosueHi!
Are the p tags empty? try updating Enfold to its latest version.
Best regards,
JosueHey!
Those strings are handled by WordPress, you’d need to look for the WP po file.
Regards,
JosueTry:
.logo { left: auto; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Yes, but the style.css will be reverted every time you update.
Best regards,
JosueHi,
Does it happen with the default WordPress theme?
Cheers!
JosueGlad is fixed.
Hi!
That’s possible with Enfold, it’s the same procedure with any theme:
http://codex.wordpress.org/Page_TemplatesCheers!
JosueHi!
These “errors” are actually no errors, the code is built that way in order to maintain the cross browser compatibility, you don’t need to correct them, it doesn’t affect you at all.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.logo{ display: none !important; }Cheers!
JosueHey!
No, the page-id-xx should be the first command. If you look closely it is in my code (it’s attached to the body element).
Cheers!
JosueHi!
Yes in that case it’s fine, settings normally don’t get lost (as Devin said it only happens when the theme folder name is changed), do the import only if you see something unexpected.
Regards,
JosueHey!
Are you using the latest version of Enfold?
Cheers!
JosueHey!
If you are using the latest version of Enfold you should see the option in Enfold > Blog Layout.
Best regards,
JosueHi,
Are you using the latest version of Enfold? can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
You wouldn’t as long as you don’t touch any theme core files (like functions.php).
Regards,
JosueI did see it (in Chrome only), seems to be caused by the Style related to the header. I will investigate further.
Best regards,
Josue -
AuthorPosts
