Forum Replies Created
-
AuthorPosts
-
Hey!
I believe it doesn’t work because AJAX content is generated when the user calls it, while lightbox activation happens on page load.
Best regards,
JosueHey!
You need to wrap the masonry shortcode code with this WordPress function:
http://codex.wordpress.org/Function_Reference/do_shortcodeCheers!
JosueHey!
Yes, copying page.php to the child folder will work. Regarding how to execute a shortcode in PHP, refer to this:
http://codex.wordpress.org/Function_Reference/do_shortcodeBest regards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueSeptember 17, 2014 at 1:52 am in reply to: Partner/Logo Element breaks with more than 10 Images #320230Hi!
Do you have access to your PHP error log? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try changing the ‘Slider width’ setting to the width of your background image.
Cheers!
JosueSeptember 17, 2014 at 1:47 am in reply to: How change icons of social networks in the header #320222Hi!
With CSS you can do something like (i’m changing the fb link here):
li.social_bookmarks_facebook{ background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) center center transparent !important; font-size: 0; }Adjust as needed.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueSeptember 17, 2014 at 1:43 am in reply to: permalinks changed after upgrade – problems with Yoast SEO #320214Hi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueSeptember 17, 2014 at 1:39 am in reply to: Problem with Avia Layout Builder – Not loading on site #320211Hi @DWNY!
Any plugin that is not compatible with WP 4.0 will cause issues to other components of the installation.
Best regards,
JosueHey!
The slider width and height should be adjusted automatically but i think those JS errors are creating a conflict.
Best regards,
JosueHi!
Try this code:
function after_content_func($content = ""){ if($context == "post") echo "<div>adsense here</div>"; } add_action('ava_after_content', 'after_content_func', 10, 2);Regards,
JosueHey!
Try setting the IDs to the color sections, not to the headings.
Best regards,
JosueSeptember 16, 2014 at 7:55 am in reply to: Translate things like 'read more', 'comments' etc to Dutch #319625Hi!
Is your Dashboard in Dutch? can you create us an admin account?
Cheers!
JosueHi!
We are aware of this issue, the current workaround is to set the table setting to scrollable.
Cheers!
JosueHi!
The problem persists with any other theme activated, so its not related to Enfold, i’d suggest re-installing WordPress.
Cheers!
JosueHi,
Open /themes/enfold/functions-enfold.php and look for this line:
'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/Replace it by this:
'heading' => 'span' //headings are set based on this article: http://yoast.com/blog-headings-structure/Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueSeptember 16, 2014 at 6:42 am in reply to: Partner/Logo Element breaks with more than 10 Images #319590Hey!
Try increasing the allocated memory to PHP:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueSeptember 16, 2014 at 6:39 am in reply to: Icons missing and/or they are in Chinese characters #319587Hi!
Try adding the following to the .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Regards,
JosueHey!
There is a hook called “ava_after_content” you can use:
function after_breadcrumb_func($content = ""){ if($context == "page" || $context == "single-portfolio") echo "<div>adsense here</div>"; } add_action('ava_after_content', 'after_breadcrumb_func', 10, 2);Best regards,
JosueSeptember 16, 2014 at 5:42 am in reply to: Big Preview Image in Post with Multi Author Gravatar #319572Hey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueGlad it works now Kathie, if you have any additional questions or troubles with the theme please let us know.
Cheers!
JosueHi,
That’s the culprit of the issue, can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 16, 2014 at 1:09 am in reply to: Second-level nav/menu bar encroaches on full-width layerslider #319516Hi!
Use this code instead:
@media only screen and (max-width: 1139px) { #header_main_alternate { height: 70px; } }Best regards,
JosueHey!
Add it again, then reply back to this topic so we can help you with the styling.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
strong.logo { left: -50px; }Cheers!
JosueHi!
That’s possible but it would require some custom work, you’d need to tweak page.php, line 10.
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();Cheers!
Josue -
AuthorPosts
