Forum Replies Created
-
AuthorPosts
-
March 7, 2015 at 6:55 am in reply to: Masonry Blog -> Remove Date | Footer Title Font Color Control | MailChimp Button #407407
Hey!
I’m not sure to be honest, but looking at the error you’re getting it seems like it’s only blocking indexing which should not affect anything concerning performance.
Cheers!
RikardMarch 7, 2015 at 5:52 am in reply to: "Call" translate .po .mo file for enfold backoffice child theme #407401Hey!
Hopefully all translations will be perfect asap :)
Please let us know if you should have any more questions.
Best regards,
RikardHey!
Very difficult to say what the problem is, did you try to disable plugins to see if one of them is causing a conflict? Increasing WordPress memory limit might help also http://codex.wordpress.org/Editing_wp-config.php
Regards,
RikardHey svreatt!
I’m sure there is, could you please provide a link to the page in question so that we can have a look?
Regards,
RikardMarch 7, 2015 at 5:46 am in reply to: Font-family and color changes when using & (ampersand) in h3 #407397Hey!
I’m not sure how that plugin works unfortunately, did you try visiting the plugins homepage or contacting their support?
Cheers!
RikardMarch 7, 2015 at 5:41 am in reply to: Postformat Gallery: Multiple images with different sizes. How to duplicate? #407395Hi!
The Big image with thumbnails below is available if you click the gallery from Avia Layout builder. Once you’ve dragged it to the content area and click it, all options will be available.
Cheers!
RikardHi!
Please try to increase the WordPress memory limit, add this to your wp-config.php file located in the root folder or you installation.
define('WP_MEMORY_LIMIT', '64M');
Cheers!
RikardMarch 7, 2015 at 5:24 am in reply to: Automaticaly retrive Page name on a form field in the page #407393Hi lorenzocristofori!
I’m not entirely sure what you are trying to achieve, do you want to display the name of the current page in a form on the same page?
Regards,
RikardMarch 7, 2015 at 5:18 am in reply to: Text Box Width Issue on Login/Registration Pages – Too Narrow #407391Hi Rafíyel!
Your links all go to a 403 page, could you check please?
Best regards,
RikardMarch 7, 2015 at 5:09 am in reply to: Grid row does not show proberly on scaled-down window or small device #407388Hi Enffie!
Great, just get back to us if you should have any more questions.
Best regards,
RikardHey msteinpga!
Please try to replace it with this:
<!-- page title, displayed in your browser bar --> <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
Best regards,
RikardMarch 6, 2015 at 8:06 am in reply to: Masonry Portfolio – change height of portfolio thumbnails #406853Hey royaltask!
Do you have a link for the site in question please?
Best regards,
RikardHey!
Please try the following:
#top .isotope-item img{ border:2px solid yellow !important; }
Cheers!
RikardHey msteinpga!
Did you edit the function itself or only header.php? Please try to use a child theme in the future to avoid errors like this.
The default code in header.php is the following:
<!-- page title, displayed in your browser bar --> <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
Best regards,
RikardHey JTV Digital!
Not sure how that got there, you can use the following in your Quick CSS to remove it:
#toc_container{ display:none !important; }
Best regards,
Rikard -
AuthorPosts