Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
#top .av-main-nav ul { top: 66%; }Cheers!
JosueHey!
Try setting the Masonry to “Perfect Grid”.
Best regards,
JosueHey!
Table content is viewable on a phone, you can -horizontally- scroll through it.
Best regards,
JosueHey!
I’d say ignore, “Read/Write Errors” doesn’t say much about the actual “issue” with those files.
Best regards,
JosueHi Leszek!
Try editing the original file and check if the changes come in effect first.
Cheers!
JosueMay 22, 2015 at 8:08 pm in reply to: How to link my copyright to another sight in socket area #448586Hey!
Have you tried in Theme Options > Footer > Copyright?
Regards,
JosueHi!
Nunito is now available as a font in Website Styling > Lettertypen
Cheers!
JosueHi!
2. Use this CSS code:
#mobile-advanced { font-family: "Open Sans"; }3. Go to Users > Add new and create a Administrator new user.
Best regards,
JosueHi!
Use this instead:
if(is_page(23)) $preloader = avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';Change 23 by the Page ID of the landing page.
Regards,
JosueHi!
Defiantly possible, you can do something like this (button has custom class of “call_us”):
.call_us .avia_iconbox_title { font-size: inherit; } .call_us .avia_iconbox_title:after{ content: "303023023"; font-size: 0; } .call_us:hover .avia_iconbox_title { font-size: 0; } .call_us:hover .avia_iconbox_title:after{ font-size: 14px; }Regards,
JosueHey Alex!
Yes, use a Text widget and put the image in HTML format:
<img src="_URL_TO_IMAGE_">Alternatively you can use:
https://wordpress.org/plugins/image-widget/Regards,
JosueHi!
1. Try increasing the memory allocated to PHP (at least 128M):
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP2. Disable all third-party plugins and check if it gets fixed.
Cheers!
JosueHey!
Use this code instead:
.bold-menu-item > a > .avia-menu-text { font-weight:bold !important; }P.S. Do not copy it from the mail notification.
Cheers!
JosueMay 22, 2015 at 7:45 pm in reply to: How to link my copyright to another sight in socket area #448571Hi!
Use something like this:
<a href="http://website.com">My Copyright ©</a>Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey!
Check it now, i modified your “Fix for Event Titles Becocming Page Titles on The Events Manager Pro” snippet to:
add_filter('avf_title_args', function($args) { if(tribe_is_past() || tribe_is_upcoming() && !is_tax()){ $args['title'] = "CWM Events"; $args['link'] = ""; } return $args; }, 10, 1);Best regards,
JosueNo worries, those images are included in the demo for you to use it :)
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Ben!
Check it now, i edited the flags position in includes/helper-main-menu.php.
Cheers!
JosueHi,
Open header.php and look for line 8:
$preloader = avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';Replace it by this:
if(is_front_page()) $preloader = avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';Preloader setting must be ticked.
Regards,
Josue-
This reply was modified 10 years, 10 months ago by
Josue.
Hey!
Not possible, you need to edit js/avia.js in order to have this mod, either in the theme or child theme.
Regards,
JosueHi Jesper,
Try adding this line to your wp-config.php file:
define( 'CONCATENATE_SCRIPTS', false );Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 22, 2015 at 6:47 pm in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #448547Hi Eckhard,
Try using the “Perfect Grid” option.
Cheers!
JosueHey!
Add this:
@media only screen and (max-width: 989px) { .responsive .sidebar{ clear: both !important; } }Regards,
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHi!
In the previous code, add:
(function($){ $(window).load(function() { $('.contemporary-catalog_sort_button').trigger('click'); $('.video_sort_button').on('click', function(){ location.href = "http://youtube.com"; }); }); })(jQuery);Cheers!
JosueHey!
1. Can you give a specific screen size on when this happens? i don’t think there is a way to target a zoomed level in CSS.
2. Add this to your CSS (if you set a custom ID to that section change accordingly):
#av_section_3 .hr-invisible{ height: 50px !important; }Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_ajax_form { text-align: center; }Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
