Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
.home .ls-wp-container{ box-shadow: none !important; } .home .ls-wp-container{ border: 0 !important; }
Cheers!
JosueDownload the theme here, unzip it and put the folder in your wp-content/themes folder.
Best regards,
JosueHey!
I got it, but that’s expected, if you select a Page there it will replace it with the Blog style defined in General Settings, therefore losing all pre-made customization, but if not necessary to set a Page there (this is for users who don’t have set up a custom blog/page so the theme does it for them), you can still use and link that page if it were your Blog.
Cheers!
JosueHey Bruno!
You can use this code, add it to your functions.php file:
add_filter( 'wp_nav_menu_items', 'my_custom_menu_item', 10, 2 ); function my_custom_menu_item ( $items, $args ) { $items .= '<li class="menu-item custom-menu-item"><a href="#" rel="nofollow">Asd</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page">'.do_shortcode("[_PUT_YOUR_SHORTCODE_HERE]").'</li></ul></li>'; return $items; }
If you want it to appear before the search icon, you’d need to add it before line 58 in functions-enfold.php instead.
Best regards,
JosueHi,
I didn’t understand you very well, can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
Give Google some time to re-index your error-free site :)
Best regards,
JosueHi,
Open js/avia.js and look for line 907:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="youtube.com/watch"] , a[href*="screenr.com"]'
Replace it by this:
autolinkElements: 'a[rel^="prettyPhoto"]:not(.avia-gallery a), a[rel^="lightbox"]:not(.avia-gallery a), a[href$=jpg]:not(.avia-gallery a), a[href$=png]:not(.avia-gallery a), a[href$=gif]:not(.avia-gallery a), a[href$=jpeg]:not(.avia-gallery a), a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="youtube.com/watch"] , a[href*="screenr.com"]'
Regards,
JosueHi!
Paste the code from the custom.css to the style.css of your Child theme, same with the footer, copy the modified footer.php to your Child theme directory.
Best regards,
JosueFebruary 18, 2014 at 4:20 am in reply to: Integrating Gravatar images into Enfold Multi-Author Blog within WordPress #225311This reply has been marked as private.Hey!
1-3:
.current_page_item a { color: #0dc6ff !important; }
2:
#avia-menu a:hover { color: #0dc6ff; }
4: You can try this plugin (refer to this article for conditional tags):
http://wordpress.org/plugins/menu-items-visibility-control/Cheers!
JosueHey!
It probably has to do with how your servers handles external resources (icons), you can add this to the .htaccess file to ensure that your websites is always viewed with www:
RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Cheers!
JosueHey!
Try with this one:
.avia_ajax_form .form_element_half { margin-right: 4%; width: 48%; } .avia_ajax_form .form_element_half_2 { margin-right: 0 !important; }
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
He means that not all elements can be changed using the Theme Options, that’s what we need you to specify what elements you want to change and to which color so we can provide you the proper code.
Best regards,
JosueHi!
I got an idea: if it just a simple paragraph it’s possible to do it with CSS, try adding this to the Quick CSS or css/custom.css:
.term-rose-gold-engagement-rings .pagination:after { content: "Rose gold is a beautiful precious metal choice for engagement rings. The warm hue of rose gold engagement rings offers a romantic and feminine aesthetic that is endlessly alluring. Rose gold gets its pink color from the combination of pure gold with a copper. The pink tone is chic and understated, and it contrasts magnificently with the brilliance and fire of diamonds. Rose gold also flatters a variety of skin tones. The increasing interest in rose gold engagement rings reflects the overall popularity of vintage jewelry, since the soft pink hue of rose gold is an ideal match for an antique inspired look. At the other end of the style spectrum, rose gold is also an excellent option for a contemporary engagement ring. Rose gold is a unique precious metal choice, and offers a modern twist to an engagement ring setting for a more distinctive look."; line-height: 22px; display: block; clear: both; padding-top: 40px; }
Regards,
JosueFebruary 18, 2014 at 2:00 am in reply to: I can't change my background colour of the boxed layout? #225272Hey!
Try doing a manual update via FTP:
Best regards,
JosueHey!
Can you post a link to your main category Page?
Regards,
JosueFebruary 17, 2014 at 6:58 pm in reply to: I can not edit any text, seems like nothing is there #225035We looking forward to hearing from you :)
Regards,
JosueHello,
Unfortunately i can’t, i have to attend another users too. Try using a specialized gallery plugin like: http://www.nextgen-gallery.com/help/shortcodes/
Best regards,
JosueFebruary 17, 2014 at 6:54 pm in reply to: the Advanced Layerslider shows two grey lines I want to hide #225033Hola Adolfo,
Intenta añadir este código (en ambos casos) al Quick CSS:
.home #layer_slider_2 { box-shadow: none !important; } .home #after_layer_slider_2 { border: 0 !important; }
Saludos,
JosueHey!
Try adding this code to the Quick CSS:
.sidebar { display: none !important; }
Can you post a link to your Blog?
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueFebruary 17, 2014 at 4:28 am in reply to: I can't change my background colour of the boxed layout? #224741Hi,
Can you post the link to your website please?
Regards,
JosueFebruary 17, 2014 at 4:05 am in reply to: Youtube iframe videos not displaying in widget/sidebar #224735Hey!
WordPress allows you to do that in the Post content by default, but i don’t think that’s enabled on Widgets, however you could try with a plugin: http://wordpress.org/plugins/video-sidebar-widgets/
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.single-post .big-preview{ display: none !important; }
Cheers!
JosueFebruary 17, 2014 at 3:56 am in reply to: Youtube iframe videos not displaying in widget/sidebar #224729Hey!
Have you tried using the iframe code provided by YouTube?
Best regards,
JosueHi!
Sorry, it’s the link to the Themeforest page, you can see a list of support plugins at the right:
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=KriesiRegards,
JosueIt may be a bit confusing for novice users :)
Cheers!
Josue -
AuthorPosts