Forum Replies Created
-
AuthorPosts
-
Thanks but the username provided doesn’t seem to work, please check.
Hm, have you tried with
ava_before_bottom_main_menu? that should put it inside the header inner-container.Regards,
JosueHey!
Please post a link to the site too.
Best regards,
JosueHey!
What code are you using the add the widget area? try changing it to this:
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }Best regards,
JosueNovember 18, 2015 at 10:15 am in reply to: Avia Editor won't open (but only on a certain page) #537929Hello!
Hm, no, not built-in, it may be possible but it would require a some custom work, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
Links have been removed.
Regards,
JosueHey Lyse!
I think that ‘test page’ was on another user installation, i can maybe create one in yours if you hand me an admin account and point me what you want to have as lightbox.
Regards,
JosueHey!
Could be, i’ll report the issue to Kriesi. Although you don’t have to worry about it as it the mod is in your child theme, the modification goes as follows (361-366 in table.php):
$input = $row['content'][$counter]['content']; $psuedo_content = preg_replace_callback("/(&#[0-9]+;)/", function($m) { return mb_convert_encoding($m[1], "UTF-8", "HTML-ENTITIES"); }, $input); $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".str_replace("<BR>", " ",$psuedo_content)."'; } "; $counter ++;So the idea is to process the content before inserting it to make sure these entitiy characters are converted.
Regards,
JosueHi!
Check it now, i’ve used a modified version of table.php in your child theme (/shortcodes/).
Regards,
JosueHi!
I tried loading your site on an iPad to check the issue but the domain is returning:
ERR_NAME_NOT_RESOLVEDIs that the correct domain?
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Although EasySlider is a simpler slider you will hardly note a difference when it comes to load as the slowness is probably caused by the amount of images being loaded, i don’t think it would be worth doing a manual conversion of 150+ LS sliders. Are you already optimizing the images?
Cheers!
JosueNovember 16, 2015 at 8:32 am in reply to: Form email subject not working after latest update ? #536362Hey!
Thanks for the access, can you indicate where’s the form in question?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
div#header_main_alternate { min-height: 38px; }Cheers!
JosueThanks for sharing it @lucasvrooij.
Regards,
JosueHey Elsa!
Try adding this code to the Quick CSS:
.avia_mobile #top .av-parallax{ height: 100%; }Cheers!
JosueNovember 15, 2015 at 1:13 pm in reply to: Multiple Media Sizes Being Saved / LayerSlider Site Speed Issues #536092Hi!
Use this code in theme / child theme functions.php to remove the sizes you’re not using:
function ava_image_sizes() { remove_image_size('masonry'); remove_image_size('magazine'); remove_image_size('widget'); remove_image_size('featured'); remove_image_size('featured_large'); remove_image_size('extra_large'); remove_image_size('portfolio_small'); remove_image_size('gallery'); remove_image_size('entry_with_sidebar'); remove_image_size('entry_without_sidebar'); remove_image_size('square'); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );Cheers!
JosueHi!
Yes it will, Enfold uses whichever method WordPress is configured to use.
Best regards,
JosueHm no, if you set the frontpage from the start, Google will index that.
You can ask Google to remove it:
https://www.google.com/webmasters/tools/removalsAlso i’d set a 301 redirect in the meantime:
301 redirect /blogger-templates http://themezy.tkBest regards,
JosueNovember 15, 2015 at 12:44 pm in reply to: How to remove post summary from Category Pages and Tag Pages #536075You are welcome, glad to help :)
Regards,
JosueHey!
The link you posted is returning a
404page.Regards,
JosueYeah you can put it there if you want.
Cheers,
JosueNovember 15, 2015 at 12:41 pm in reply to: Avia Editor won't open (but only on a certain page) #536069Hi!
Seems the server is having a hard time when loading that page, try increasing the PHP memory limit to at least 256M:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueHey!
We’re going to need to see the site live in order to help you, please let us know through this topic when you upload it somewhere.
Regards,
JosueNovember 15, 2015 at 12:13 pm in reply to: How to remove category/date/comment/tag from posts on homeposts, pages and posts #536061There’s a yoast meta box where you can set that for the frontpage:
http://screencast.com/t/oxIQItxTQDvGBest regards,
JosueHi!
We’re going to need to see the site live in order to help you, please let us know through this topic when you upload it somewhere.
Regards,
JosueHey!
Try fiddling around
/includes/helper-main-menu.php, line 108.Best regards,
Josue -
AuthorPosts
