Forum Replies Created
-
AuthorPosts
-
Hi Markus!
It appears to be a problem with a Minify/Cache plugin you have activated, try disabling it to see if it gets fixed.
Regards,
JosueHello,
I understand what you want, but unfortunately that’s not possible because the templates is based on Shortcodes, which stores like normal content.
Best regards,
JosueDecember 11, 2013 at 12:14 am in reply to: Where are the page title and breadcrumbs in the header? Breadcrumbs not visible. #198742Hi,
Can you post the link to your website please?
Regards,
JosueHey Martin!
That code is meant to be put inside the .php theme files, not in the content of a Post or a Widget.
Best regards,
JosueHey!
Take a look at this plugin: http://wordpress.org/plugins/jonradio-current-year-and-copyright-shortcodes/
Best regards,
JosueHi,
Open js/avia.js and comment from line to 674 to 746:
/*if(container == 'body') { var elements = $('#main a img').parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a').add('#main .avia-hover-fx'); } else { var elements = $('a img', container).parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a').add('.avia-hover-fx', container); } var overlay = "", isMobile = 'ontouchstart' in document.documentElement; if(isMobile) return; //hover overlay for mobile device doesnt really make sense. in addition it often slows done the click event elements.each(function(e) { var link = $(this), current = link.find('img:first'); if(current.hasClass('alignleft')) link.addClass('alignleft').css({float:'left', margin:0, padding:0}); if(current.hasClass('alignright')) link.addClass('alignright').css({float:'right', margin:0, padding:0}); if(current.hasClass('aligncenter')) link.addClass('aligncenter').css({float:'none','text-align':'center', margin:0, padding:0}); if(current.hasClass('alignnone')) { link.addClass('alignnone').css({margin:0, padding:0});; if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); } } }); elements.on('mouseenter', function(e) { var link = $(this), current = link.find('img:first'), url = link.attr('href'), span_class = "overlay-type-video", opa = link.data('opacity') || 0.7; overlay = link.find('.image-overlay'); if(!overlay.length) { if(current.outerHeight() > 100) { if(link.height() == 0) { link.addClass(current.get(0).className); current.get(0).className = ""; } if(!link.css('position') || link.css('position') == 'static') { link.css({position:'relative', overflow:'hidden'}); } if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'block'}); } if(url) { if( url.match(/(jpg|gif|jpeg|png|tif)/) ) span_class = "overlay-type-image"; if(!url.match(/(jpg|gif|jpeg|png|\.tif|\.mov|\.swf|vimeo\.com|youtube\.com)/) ) span_class = "overlay-type-extern"; } overlay = $("<span class='image-overlay "+span_class+"' style='opacity: 0;'><span class='image-overlay-inside'></span></span>").appendTo(link); } } if(current.outerHeight() > 100) { overlay.css({left:current.position().left + parseInt(current.css("margin-left"),10), top:current.position().top + parseInt(current.css("margin-top"),10)}) .css({display:'block','height':current.outerHeight(),'width':current.outerWidth()}).stop().animate({opacity:opa}, 400); } else { overlay.css({display:"none"}); } }).on('mouseleave', elements, function(){ if(overlay.length) { overlay.stop().animate({opacity:0}, 400); } });*/
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
Those are Widgets, you can add them in Appearance > Widgets, look for the ones labeled as Footer – column1, etc.
Regarding the logo part, that’s a “Partner/Logo element”, located in Advanced Layout Builder > Media Elements.
Cheers,
JosueHey!
Try adding this code to the Quick CSS:
#footer { padding-bottom: 10px !important; }
Cheers!
JosueHi BelIblis!
See this topic: https://kriesi.at/support/topic/linking-the-icon-box-icon/#post-183782
If that doesn’t work, post a link to your website so i can better assist you.
Best regards,
JosueHi AdFX!
Have you tried simply changing that to:
jQuery(function() {
Can you post a link to your website?
Cheers!
JosueHi kanoute696!
Create it using the Easy Slider element (ALB > Media Elements), you can also import the dummy content to get that exact same page in your site.
Regards,
JosueHey Sebastien!
What footer are you referring to?
Best regards,
JosueHello Oleg,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHi Gillianrose!
What Theme are you using?
Regards,
JosueDecember 10, 2013 at 7:31 pm in reply to: Enfold > Image Overlay > Transparency > Icon background #198668Hey!
Try adding this code to the Quick CSS:
.image-overlay.overlay-type-extern { display: none !important; }
Cheers!
JosueHello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer .widget_nav_menu li, #footer .widget_nav_menu li a{ border: 0 !important; }
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi DoGrinDigital!
To do it individually you’d need to use the Dev Tools to identify the elements you want to modify and apply the right code in the Quick CSS, see this video for a reference:
http://wptheming.com/2012/07/chrome-developer-tools-wordpress/To do it globally, simply put this in the Quick CSS:
* { font-size: 20px !important }
Cheers!
JosueHey!
It appears to fill the whole screen in my end, can you post a screenshot of your view?
Best regards,
JosueHey Angiec13!
There are ways to do it, see:
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Counters
http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-keep-the-count-with-css/Cheers!
JosueHi anudas!
1. Could you please specify what ‘slideshow’ are you referring to?
2. That may be server-related, does it happen even with the default WordPress theme?
Best regards,
JosueHey Glyphism!
Open css/shortcodes.css and remove/comment line 930:
/*display:block;*/
Cheers!
JosueHi roboscrape!
Appears to be a WordPress issue, try re-installing it.
Regards,
JosueYes, but you can always enable it again if you note something weird, the initial ‘toggle_atts’ message, was just a notice not an actual error.
Cheers!
JosueLo que modifique fue el Quick CSS, solo puse este código:
.attachment .breadcrumb, .archive .breadcrumb{ display: none; }
Saludos,
JosueYou are welcome, glad we could help :)
The file was /includes/loop-index.php, line 108. Just so you know in case of updating.
Regards,
JosueHey!
I modified a line in the loop theme file, here’s the result (the thumbnail image is being selected now):
Best regards,
Josue -
AuthorPosts