Forum Replies Created
-
AuthorPosts
-
December 23, 2014 at 7:04 pm in reply to: Delete the divided lines between posts on home page #372200
Hey mindfulwe!
Your not using an actual sidebar there. How are you wanting it to look? If you just want to remove it then add this to your custom CSS.
.post_delimiter { display: none !important; }Best regards,
ElliottHey alexispereira!
They appear to be working fine on the Nexus 7. If you just want to link the whole image it would be best to use our image element instead.
Or you can try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then add a link around each of them in the debug view.
Regards,
ElliottHi!
Send us a link and take a screenshot highlighting how your wanting it to look so we can get a better idea.
Cheers!
ElliottHi!
You can add empty columns in front of the easy slider column to center it.
Best regards,
ElliottHey mellotron!
For the icons see here.
https://kriesi.at/support/topic/enfold-remove-the-fade-animation-of-icons-loading/
https://kriesi.at/support/topic/remove-iconlist-animation-effects/
https://kriesi.at/support/topic/removing-icon-animation-icon-styling/I don’t have a copy of linux to test on so not sure what could be going on there. Is the map displaying on our demo site? Is Chrome updated?
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey!
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey!
It looks like it’s going to be a bit more difficult to do. Try copying the HTML from your source code when viewing your page and then paste it on line 23 instead.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey IssyZ!
Thanks for using Enfold.
I’m not seeing it on my end. Can you take a screenshot of the issue?
What browser and operating system are you using?
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
It looks like you have the “All in one SEO” plugin installed and not the “WordPress SEO” plugin, https://wordpress.org/plugins/wordpress-seo/.
Try deactivating all of your plugins to see if that removes the last link in your header.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey Hardtonline!
Add this to your custom CSS.
.all_sort_button, .sort_by_cat > span:nth-child(2) { display: none !important; }Cheers!
ElliottHey Patrick!
Add this to your custom CSS.
@media only screen and (max-width: 479px) { #wrapperMap .textmap h1 { font-size: 20px !important; } #wrapperMap .text2map h1 { font-size: 15px !important; } }Cheers!
ElliottHey LoremIpsum!
Thanks for using Enfold.
I’m not really sure what your trying to do from the description. Can you send us a link and perhaps take a screenshot highlighting what your trying to do so we can get a better idea? That should help us out greatly.
Regards,
ElliottHey Kameel!
Try adding this to your custom CSS.
.avia-content-slider, .avia-content-slider-inner { overflow: visible !important; } .slide-image img { width: 100% !important; }Cheers!
ElliottHi collinssafety!
1. Add this to your custom CSS.
.tab_titles .tab { font-size: 15px !important; }2. Add this.
.tab_titles > .tab:nth-child(1) { background: none repeat scroll 0 0 blue !important; }The “1” refers to whichever tab you want to target. To do it separately on each page then drag a codeblock element to the page and add the code inside.
<style type = "text/css"> your css code goes here </style>3. Add this.
.mejs_offscreen { display: none !important; }Best regards,
ElliottHey!
Try adding this to the bottom of your functions.php file.
add_filter( 'pre_get_posts', 'angular_customization_portfolio_order' ); function angular_customization_portfolio_order( $q ) { if ( $q->query_vars['post_type'] == 'portfolio' ) { $q->set('order', 'DESC'); $q->set('orderby', 'modified'); } }Best regards,
ElliottHi!
I didn’t see any classes added to them in the source code. Send us a WordPress login.
Cheers!
ElliottDecember 23, 2014 at 5:14 pm in reply to: Tag archive: Pagination appears 2 times if same tag used in portfolios and posts #372137Hi!
Ahh, I think I get what your mean now. I can’t seem to reproduce it on my XAMPP setup though. The only thing I see in my tag archives are the regular posts and not portfolio posts.
Send us a WordPress login when you go live and we’ll take a closer look. Also be sure to deactivate all plugins while testing.
Cheers!
ElliottHi!
I see it on my end only in Chrome. I couldn’t reproduce it on my XAMPP setup though.
I tried logging in to do some testing but it’s not letting me in. Is the information correct?
Best regards,
ElliottDecember 23, 2014 at 12:09 am in reply to: Images of masonry gallery load but are not shown on the screen of my Ipad 2 #371893Hi!
I don’t have an iPad to test on but it looks fine on the Nexus 7. Your using the Safari browser correct? Is it updated? Can you take a screenshot of what your seeing?
Be sure to deactivate all plugins while testing.
Cheers!
ElliottHi oscarvanheeswijk!
Paste the code your supposed to use here and we’ll give you instructions on how to add it.
Cheers!
ElliottHey!
Clear your browser cache and check it again.
Best regards,
ElliottHi!
Send us a WordPress login please.
Best regards,
ElliottHey!
It looks like you have an extra copy of jQuery loading from Google which should not be happening.
I would try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not help then I would try creating a backup and then reinstall WordPress.
Cheers!
ElliottHey samsaso!
Yes, it can be done with CSS. Send us a link to the page and we’ll take a look.
Cheers!
ElliottDecember 22, 2014 at 11:31 pm in reply to: Enfold Woocommerce: any way to hide the weight from displaying? #371877Hi charger70!
You can use this CSS.
.shop_attributes tbody > tr:first-child { display: none; }Best regards,
ElliottHi Emma!
You can try putting the slider inside a 1/2 or smaller column to decrease it’s size. If you want each image to be a different size though then it would be best to use the content slider instead of the easy slider.
Regards,
ElliottHey!
Which elements are you trying to change? If it’s just the headings then you can add this to your custom CSS.
h1, h2, h3, h4, h5, h6 { font-family: ProximaNova-Regular !important; }Best regards,
ElliottHey!
Try doing this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class of “my_custom_class” to the icon and then add this to your custom CSS.
.my_custom_class { position: relative !important; margin-left: 20px !important; }If that’s not correct then take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottDecember 22, 2014 at 10:59 pm in reply to: Changing the text of the LOAD MORE option on the masonry portfolio and blog #371862Hi!
The .pot file is for creating translations. If your not creating a .mo file with the translations and uploading it to your site then it’s not going to matter if you change it in the .pot file.
Did you try the plugin out that I linked to?
Cheers!
ElliottDecember 22, 2014 at 10:55 pm in reply to: Side bar being pushed below content with Event Manager Plugin #371861Hi!
It would take some CSS work.
You can start by opening up /enfold/config-events-calendar/views/default-template.php and then change line 17 to this.
<div class='container_wrap container_wrap_first main_color sidebar_right'>Line 21 to this.
<main class='template-page template-event-page content av-content-small units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>And then add this after line 36.
<?php get_sidebar(); ?>So it looks like this.
</main> <?php get_sidebar(); ?>Cheers!
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
