Forum Replies Created
-
AuthorPosts
-
Hello,
I believe is a problem with one of the caching plugins you have activated. Try disabling all third-party plugins to discard if thats the problem.
Regards,
JosueHi Peter!
Can you post a screenshot of your view on the macbook and mobile?
Best regards,
JosueJuly 24, 2014 at 4:23 am in reply to: All image links broken – a '1' is appended to file names? #295243Hey!
I’m not noting the issue, your website looks fine. Have you tried seeing it on a different computer/device?
Cheers!
JosueThe read-more issue is now solved (modified child functions.php):
http://prmmediation.com/helping-children-cope-with-the-death-of-their-family/Regarding the breadcrumbs, you needed to select the Blog page in the Theme Options, check it now:
http://prmmediation.com/category/child-custody-and-access/Hi Eric,
The problem is that the filter (client-side) is created based on the portfolio items being shown on the current page (server-side), what you’d need to do in order to make the filter work “globally” is set the portfolio element to show ALL portfolio items at once.
Best regards,
JosueHi Ed!
Check it now:
http://www.swarez.co.uk/modern-art-paintings-for-sale/paper-plane/Added this to child functions.php:
function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta) { $link = wp_get_attachment_image_src($attachment->ID, "full"); return $link; } add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);Cheers!
JosueI made a quick check and all images from the masonry are apparently linking to their full versions as expected, but perhaps its something related to the caching plugin you have activated.
Cheers!
JosueFixed:
http://www.swarez.co.uk/gallery-commissioned-purchased-art/Added this to child functions.php:
function change_masonry_gallery_imgsize() { return "full"; } add_filter('avf_avia_builder_masonry_lightbox_img_size', 'change_masonry_gallery_imgsize');July 24, 2014 at 12:52 am in reply to: keep the position of Social bookmarks and Secondary menu #295210Hi!
Try adjusting the top value to something like 15px:
.sub_menu{ float:left; z-index: 2; font-size: 11px; line-height: 30px; position: relative; top: 15px; }Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.header-scrolled .logo a img { visibility: hidden; } .header-scrolled .logo a { background: url(_SCROLLED_LOGO_URL_HERE_) no-repeat top center; }Cheers!
JosueHi Ed,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi Ed,
Did you regenerate the thumbnails after adding that?
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#menu-item-search a { padding-right: 13px !important; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this line to the theme functions.php or wp-config.php file:
error_reporting(E_ALL ^ E_NOTICE);Cheers!
JosueJuly 23, 2014 at 10:25 pm in reply to: How do I remove the div box (all lines) of the accordion? #295156This will do it:
.toggle_icon { display: none; } .toggler { padding-left: 20px !important; }Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_imgsize() { global $avia_config; $avia_config['imgSize']['entry_without_sidebar'] = array('width'=>1600, 'height'=>1600 ); } add_action( 'init', 'change_imgsize', 1000);Cheers!
JosueHey!
Can you post a screenshot of your view on Firefox? here’s how it looks for me:

Regards,
JosueHey Andrew!
Try adding this code to the Quick CSS:
.main_menu:before { content: "Phone Number"; position: absolute; left: -100px; top: 44px; }Adjust as needed.
Cheers!
JosueHi,
Can you post the link to the website please?
Regards,
JosueWe looking forward to hearing from you Renata :)
Regards,
JosueHi!
Add this too:
.template-blog .blog-meta, .template-blog .post_author_timeline { display: none; }Cheers!
JosueHi Ed!
Have you tried regenerating the thumbnails?
http://wordpress.org/plugins/regenerate-thumbnails/Regards,
JosueHi,
Do you have any server-side caching functionality activated? if so, please disable it.
Regards,
JosueHey!
Try something like this – http://screencast.com/t/pbYqWFBR7W
Column shortcodes:
[av_one_half first]Add Content here[/av_one_half] [av_one_half]Add Content here[/av_one_half]Regards,
JosueHey Jan!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { .responsive .logo img { height: 48px !important; top: 13px; } }Cheers!
JosueHey!
That can be solved with custom CSS, please add it again and reply back to this topic once you done that.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
div.av-magazine-thumbnail { display: none; }Cheers!
Josue -
AuthorPosts
