Forum Replies Created
-
AuthorPosts
-
July 16, 2015 at 11:39 pm in reply to: URGENT – Adblock plus blocks social icons from header, posts etc #474602
Hi!
Which browsers exactly? may be a CORS-related issue, refer to:
http://kriesi.at/documentation/enfold/enable-corsBest regards,
JosueYes, you can check the code at the end of your theme functions.php.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueShould work now, check the source code.
Best regards,
JosueHey!
Changing the animation is not possible with the method we are using as that is handled by JavaScript, regarding the logo, open css/rtl.css and add this at the end:
#top .logo { float: right; right: 0; } #top nav.main_menu { left: 0; }Regards,
JosueHi!
Can you post a link to the page where you’re trying it?
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 14, 2015 at 8:33 pm in reply to: Move Logo and Menu down, then have them adjust to 'shrinking header' #473420You are welcome, glad to help :)
Regards,
JosueYou could change the code so the canonical removal only occurs on those pages:
add_action('wp_head', function() { if ( is_page (3841) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/box-style-email-wedding-card-design/ echo '<link rel="canonical" href="http://www.emailweddingcard.com/email-wedding-card-designs/all-box-style-email-wedding-card-templates/"/>'; } elseif ( is_page (3352) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/royal-scroll-email-wedding-cards/ echo '<link rel="canonical" href="http://www.emailweddingcard.com/email-wedding-card-designs/all-scroll-style-email-wedding-card-templates/"/>'; } elseif ( is_page (2957) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/pocket-fold-email-wedding-cards/ echo '<link rel="canonical" href="http://www.emailweddingcard.com/email-wedding-card-designs/all-pocket-fold-email-wedding-card-template-designs/"/>'; } elseif ( is_page (3527) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/letter-style-email-wedding-cards/ echo '<link rel="canonical" href="http://www.emailweddingcard.com/email-wedding-card-designs/all-letter-style-email-wedding-card-templates/"/>'; } elseif ( is_page( array( 3831, 3352, 2957, 3527 ) ) ){ remove_action('wp_head', 'rel_canonical'); // this runs on those pages only } else {} }, 1);Best regards,
JosueHey!
In that case you can use the following in theme / child theme functions.php:
function load_rtl_css() { wp_enqueue_style( 'avia-rtl', get_template_directory_uri()."/css/rtl.css", array(), '1', 'all' ); } add_action( 'wp_enqueue_scripts', 'load_rtl_css', 100 );That will load the RTL stylesheet regardless of language set in the install.
Cheers!
JosueIf you are referring to the quotes, it doesn’t really matter.
Seems to be caused by your current domain, it should not longer happen when you transition to the actual domain.
Regards,
JosueWidth set in Enfold > General Layout > Dimensions should now be reflected as expected.
Hello,
Are you using any SEO plugins in addition to that? have you tried disabling all third-party plugins to see if what happens?
Regards,
JosueHi Sven,
Can you post the link to your website please?
Regards,
JosueHey!
Refer to this (Manually Installing WordPress Translation Files For Other Languages):
http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-in-other-languages/Best regards,
JosueHi!
In that case you can use wp_nav_menu:
add_filter('avia_breadcrumbs', function() { ob_start(); wp_nav_menu( array('menu' => 'Project Nav', 'menu_class' => 'av-subnav-menu')); return ob_get_clean(); });Change “menu” parameter.
Cheers!
Josueadd_action('wp_head', function() { if ( is_page (3841) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/box-style-email-wedding-card-design/ echo '<link rel="canonical" href="http://www.emailweddingcard.com/email-wedding-card-designs/all-box-style-email-wedding-card-templates/"/>'; } elseif ( is_page (3352) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/royal-scroll-email-wedding-cards/ echo '<link rel="canonical" href="http://www.emailweddingcard.com/email-wedding-card-designs/all-scroll-style-email-wedding-card-templates/"/>'; } elseif ( is_page (2957) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/pocket-fold-email-wedding-cards/ echo '<link rel="canonical" href="http://www.emailweddingcard.com/email-wedding-card-designs/all-pocket-fold-email-wedding-card-template-designs/"/>'; } elseif ( is_page (3527) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/letter-style-email-wedding-cards/ echo '<link rel="canonical" href="http://www.emailweddingcard.com/email-wedding-card-designs/all-letter-style-email-wedding-card-templates/"/>'; }else{ } });If you are putting it at the end of functions.php put it without the <?php, also copy it from the forum reply and not from the mail notification.
You are welcome Jason, glad to help :)
Regards,
JosueThe problem with using shortcode directly is that it will try to create a fullwidth element, hence the sidebar issue. Try with the following instead:
add_filter('avia_breadcrumbs', function() { ob_start(); ?> <div class="container av-menu-mobile-disabled "> <ul id="av-custom-submenu-1'" class="av-subnav-menu av-submenu-pos-center"> <li class="menu-item menu-item-top-level menu-item-top-level-1"><a href=""><span class="avia-bullet"></span><span class="avia-menu-text">Menu Item 1</span></a></li> <li class="menu-item menu-item-top-level menu-item-top-level-2"><a href=""><span class="avia-bullet"></span><span class="avia-menu-text">Menu Item 2</span></a></li> </ul> </div> <?php return ob_get_clean(); });Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueCorrect.
The provided user here doesn’t seem to work, please check.
Regards,
JosueIt’s done, check the shop page:
http://www.luminairearts.co.uk/shop/Here’s what i did (update-proof):
1. Added the following to Plugins > Edit Functions (this will clone the filter and put it before the sort options at the top, only runs on Shop page):function clone_filter(){ if(is_shop()) { ?> <script> (function($){ $('.content .product-sorting').prepend($('.inner_sidebar > .widget_layered_nav').clone()); })(jQuery); </script> <?php } } add_action('wp_footer', 'clone_filter');2. Added this to Quick CSS (this will make sure the cloned filters only appear on mobile):
@media only screen and (min-width: 767px) { .product-sorting > .widget_layered_nav { display: none; } }Cheers!
JosueYeah, having a look at your actual set-up
is_pagedwould not be ideal, try with the last block of code.Regards,
JosueThat’s up to you, you can point the link tag to the category index, or that page you’ve just linked or to a new page, use the following codes to add the tags for each one (IDs are already set, just change the
hrefin each one):<?php add_action('wp_head', function() { if ( is_page (3841) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/box-style-email-wedding-card-design/ echo '<link rel="canonical" href="http://www.site.com/view-all-page"/>'; } elseif ( is_page (3352) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/royal-scroll-email-wedding-cards/ echo '<link rel="canonical" href="http://www.site.com/view-all-page"/>'; } elseif ( is_page (2957) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/pocket-fold-email-wedding-cards/ echo '<link rel="canonical" href="http://www.site.com/view-all-page"/>'; } elseif ( is_page (3527) ){ // http://www.emailweddingcard.com/email-wedding-card-designs/letter-style-email-wedding-cards/ echo '<link rel="canonical" href="http://www.site.com/view-all-page"/>'; }else{ } });Regarding a view all link, although you could add it with some custom coding it’s not necessary per your initial request as this tags are meant to be read by Google robots and not the user.
Cheers!
JosueHi,
I’ll do it for you, can you please hand me a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHey Frances,
Montez should now be selectable on General Styling > Fonts.
Regards,
JosueSeems you managed to do it with:
.entry-content-wrapper div li { padding-top:0 !important; padding-bottom:0 !important; }Cheers!
JosueHey Andrew!
You don’t necessarily need to add a View All link to the pagination links, what you need to do is:
1. Create a View All page showing all items at once.
2. Place the rell tag on all paginated screens, you can use the following code (functions.php) for that:add_action('wp_head', function() { if ( is_paged() ){ ?> <link rel=”canonical” href=”http://www.site.com/view-all-page”/> <?php } });Regards,
Josue -
AuthorPosts
