Forum Replies Created
-
AuthorPosts
-
Hi!
There is no single_year_title function, you could try stripping the month from single_month_title:
preg_replace("/[^0-9,.]/", "", single_month_title( ' ', true ));Cheers!
JosueHi!
That’s because that comment was made with that value (http://a/) as the website author, i just a made a comment with http://google.com as the website, and you can see that is correctly linking to that.
Regards,
JosueAugust 26, 2014 at 7:28 am in reply to: How to Integrate Google Custom Search (CSE) into Enfold #309144Hi,
Try directly changing that parameter in searchform.php, look for line:
'ajax_disable' => falseReplace it by:
'ajax_disable' => trueRegards,
JosueAugust 26, 2014 at 7:25 am in reply to: Advanced Styling – Not working need to increase Menu link font size #309143Hi!
It’s not working because you have this code in Quick CSS:
#top #header .av-main-nav > li > a { font-size: 14px !important; "color: #000000; } #top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul { font-size: 14px !important; "color: #000000; }Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey David!
This will do it:
#myphone b { color: white !important; }Best regards,
JosueHey Daniel!
Try adding this code to the Quick CSS:
.sub-menu img{ width: 100% !important; }Cheers!
JosueHi!
Revert that modification and instead add this to the theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".toggle_content .lightbox-added").magnificPopup({ type: 'image', mainClass: 'avia-popup mfp-zoom-in', gallery: { enabled: false, }, callbacks: { imageLoadComplete: function() { var self = this; setTimeout(function() { self.wrap.addClass('mfp-image-loaded'); }, 16); } } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hey!
It is but for some reason it wasn’t being included in your stylesheet file. I see that now is fixed.
Best regards,
JosueYou need to set width: 100% to the .ubermenu element:
http://screencast.com/t/dSwyVMRCtYuHey Karsten!
Add this:
.no-content-slider-heading .new-special-heading { display: none !important; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueAugust 26, 2014 at 2:34 am in reply to: Moving Smart Scroll Anchor Link on Full Screen Slider OR Reducing Slider Height #309053Hi!
Sorry for publicize the website via the screencast, the link is removed now. Regarding your issue, the problem is that the fullscreen slider scroll-to-next-section-arrow is meant to be used on the first element only, otherwise it won’t get the correct height, there are some workaround around this, try opening js/shortcodes.js and look for this line:
css += ".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod+"px;}\n";Paste the following code directly below it:
var wh100_mod2 = wh100, subtract2 = $('#wpadminbar, #header'); subtract2.each(function(){ wh100_mod2 -= this.offsetHeight - 1; }); wh100_mod2 = wh100_mod2 + 44; if(win.scrollTop() > 0){ wh100_mod2 = wh100_mod2 - 44; } css += ".avia-fullscreen-slider .avia-slideshow{height:"+wh100_mod2+"px;}\n";Best regards,
JosueHey!
You can wrap that in a media query that targets only iPad landscape:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { .avia-ipad #top .scroll-down-link{ bottom: 25px !important; } }Reference: http://stephen.io/mediaqueries/
Regards,
JosueAugust 26, 2014 at 2:10 am in reply to: Adding small images and links to social media extra elements #309042Hey!
Try adding this code to the Quick CSS:
#header_meta .sub_menu { top: 0px; }Cheers!
JosueI modified my message, please try it again.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueAñade esto:
@media only screen and (max-width: 767px) { .responsive #top #header {position: fixed; } .avia-menu-text{ color: black !important; } li:hover .avia-menu-text{ color: white !important; } }Hey Giles!
Add this:
@media only screen and (min-width: 767px) { article.post { width: 95%; } }Regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hey!
I modified my message, please try it again. Don’t forget to clear up your cache/minification.
Cheers!
JosueYou are welcome Giles, always glad to help :)
Regards,
JosueHi!
Try with this code:
@media only screen and (min-width: 767px) { .single-post .ubermenu { width: 100%; position: fixed; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0) } .single-post .header-scrolled + #main .ubermenu{ top: 61px; } }Cheers!
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hi!
That’s not possible, one thing you can do however is remove that space only when the page is being scrolled, use this code instead:
.html_header_top.html_header_sticky #header.header-scrolled { top: 0 !important; }Regards,
JosueHi @banushka!
Please create another topic for your request, include a link to your website + the banner-logo you want to use.
Regards,
JosueHi,
Open js/avia.js and look for line 833:
enabled: true,Replace it by this:
enabled: false,Regards,
JosueHi!
I tried some thing but no avail, unfortunately it’s not that easy, try contacting a developer to modify the theme to your needs.
Regards,
JosuePrueba con esto:
.social_bookmarks a { color: white !important; }You are welcome, glad to help :)
Regards,
JosueYou are welcome Brian, let us know if there is anything else we can help with :)
Cheers!
Josue -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
