Forum Replies Created
-
AuthorPosts
-
Hey!
Ahh I see. Your talking about the special heading shortcode correct? If you drag it from the advanced layout builder into your content then it should display like that by default.
Cheers!
ElliottHi Julie!
Try adding this to your custom CSS.
#advanced_menu_toggle:after { content: "Menu"; font-size: 14px !important; left: 2px; position: absolute; top: 30px; }
Best regards,
ElliottHi!
Try this out.
.post-meta-infos { display: none !important; }
Best regards,
ElliottHey kathrynmichaud!
1. Try navigating to Dashboard > Enfold > Advanced Styling and create a new style for the main menu links and set their background to transparent or the color of your header.
2. Yes since your using a full width slider it will butt up against the header.
3. Try this out.
#header_meta .phone-info { text-align: center !important; width: 100% !important; }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi TheElear!
Yes since it’s a child theme it does not need to include anything else. You can place your custom CSS directly into the child theme style.css file if you wish. You may need to use the !important rule if it needs to overwrite some of the parent theme CSS.
Cheers!
ElliottHi Luis!
Try adding this on line 38 in /enfold/includes/loop-index.php.
if ( get_post_meta( $current_post['the_id'], 'post_image', true ) ) { $current_post['slider'] = '<img src = "'.get_post_meta( $current_post['the_id'], 'post_image', true ).'" />'; }
So it displays right below this line.
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);
And then change “post_image” in both places to whatever the key is of your custom field.
Cheers!
ElliottHey mattmosman!
Switch to the text editor of that page and add this to the bottom.
<style type = "text/css"> .togglecontainer { margin-left: 4px !important; margin-top: -6px !important; width: 240px !important; } .avia-table { margin-bottom: 0px !important; } </style>
Or if you want to keep using the advanced layout builder then do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and add a class to both of those elements and then use that class to style them.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey thomas!
What is the exact code you need to add? If your just trying to add a class of “popup-login” to one of the links then yes you can do that in Dashboard > Appearance > Menus by clicking on the link dropdown.
Best regards,
ElliottHi royaltask!
Try adding this to your custom CSS.
.avia-caption-content p { min-height: 120px; }
If that’s not what you were wanting then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
ElliottNovember 11, 2014 at 10:21 pm in reply to: Single Product Page Sidebar Appears Below Product Image #349706Hey!
Try adding this to your custom CSS.
.single-product-main-image { margin-left: 50px !important; margin-right: 0px !important; float: right !important; }
Regards,
ElliottHi schnippel!
I checked your link but you have the default theme activated. Go ahead and activate Enfold so we can take a look. It would be very helpful if you take a screenshot and highlight what is going so we can get a better idea.
Best regards,
ElliottHi!
You’ll need to use absolute path to your page then and add the ID to the end.
<a href = "http://andrzejkaralow.pl/en/#name">Upcoming Events</a>
If your trying to have the link change with the current language set then you’ll need to create a menu for each language with WPML. You can do this in Dashboard > Appearance > Menus.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey Mattias!
You can use our gallery shortcode for that style, http://kriesi.at/themes/enfold/shortcodes/gallery/.
Cheers!
ElliottNovember 11, 2014 at 9:51 pm in reply to: Changing the blog style – "Blog Single Author Small" with category picture #349688Hey sunshineh!
I’m sorry but I’m not sure what you mean by category picture. Do you mean you wish to always display the default placeholder image and not the featured image for that blog layout?
Go ahead and send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
Are you adding it in Dashboard > Enfold > General Styling > Quick CSS? I didn’t see the code I gave you to add but I found this in there.
.avia_textblock.my_class { border: 1px solid #e2e2e2; padding: 10px; }
And that is being displayed fine on your site. If you do not see it then try clearing your browser cache.
Regards,
ElliottHi wacky32!
Try deleting the image and reupload it. If your still having problems then send us a WordPress login and we’ll take a closer look. Be sure to mark your reply as private when including login information.
Best regards,
ElliottHi!
Alrighty, go ahead and try this out, https://kriesi.at/support/topic/wrong-image-article-when-i-share-to-social/#post-346735.
Cheers!
ElliottHey wacky32!
Try adding this to your custom CSS.
.small-preview img { min-height: 80px !important; }
Best regards,
ElliottHi imoutsidethebox2!
If your using the one_fifths then you can do something like this.
div .av_one_fifth { width: 18%; margin-left: 2px; }
Send us a link to your page so we can get a better idea of your layout and what elements your using and we will be able to help you better.
Cheers!
ElliottNovember 11, 2014 at 7:33 pm in reply to: Featured blog image shows wrong caption in lightbox #349626Hi StuWeTueHo!
Try opening up /enfold/includes/loop-index.php and find line 79.
$featured_img_desc = the_title_attribute('echo=0');
And change it to this.
$desc = get_post( get_post_thumbnail_id() ) -> post_excerpt; $featured_img_desc = ( $desc != null ) ? $desc : the_title_attribute( 'echo=0' );
And then click on your featured image when editing your post and insert some text into the caption setting and save.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey boemedia!
It looks like it’s just a problem with the element. I deleted the element and added a new one and it is working fine after that.
I didn’t save though so go back in and edit the post and delete the gallery element and add a new one to see if that works for you.
Best regards,
ElliottHi!
It looks like you still have some custom CSS that is affecting it in your child theme style.css file.
.responsive #top #main .sidebar.smartphones_sidebar_active { border-left: medium none; border-right: medium none; border-top-style: dashed; border-top-width: 0; clear: both; display: block; text-align: left; width: 100%; }
The width: 100% is messing with it.
Best regards,
ElliottHi DigitalEssence!
It’s possible but it would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. If you would like to use Werkpress then you can contact them here, http://kriesi.at/contact/customization.
Regards,
ElliottHey!
Hmm, I’m not sure. It appears to be grabbing the correct image but when you actually share the post a different one pops up. I checked your site in the facebook debugger and it says you should be explicitly setting the tags but when you check the scraper it’s obvious it should be seeing the tags. Maybe if we move the tags higher up in your header.
Is it only this post that is having the problem? Be sure to deactivate all plugins while testing.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 11, 2014 at 6:36 pm in reply to: Enfold featured image of Page not showing when publicized to Facebook #349594Hi Elise!
Try this out, https://kriesi.at/support/topic/wrong-image-article-when-i-share-to-social/.
Best regards,
ElliottHey Nic!
The image will need to have an aspect ratio of 16:9 or higher. So what you’ll want to do is crop your image so it’s width is a lot bigger than it’s height, something like 1280 x 720 should work, http://commons.wikimedia.org/wiki/File:Aspect_Ratios_and_Resolutions.svg.
Or if you want to force them to display like that then you can use just the Masonry element instead of the Masonry Gallery element and when you edit your posts add a tag of “portrait” to your posts and save.
Regards,
ElliottNovember 11, 2014 at 6:08 pm in reply to: How to make menu same colors as in Enfold Flat Business Demo? #349579Hey dogooder!
You’ll want to set the primary color to black and then for the menu links you can edit them in Dashboard > Enfold > Advanced Styling.
Let us know if that works for you. If your still having problems then send us a link and we’ll take a look.
Regards,
ElliottNovember 11, 2014 at 6:05 pm in reply to: Keine Verlinkung zu Beiträgen in der Magazin Ansicht #349577Hey!
Are you using a custom taxonomy there? Have you done any customizations?
Please send us a WordPress login so we can take a closer look. Be sure to mark your reply as private.
Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHi Sunnydog!
Try adding this to your custom CSS.
.av_textblock_section ul { list-style: disc !important; }
If that is not working then send us a link and we’ll take a look.
Regards,
ElliottHi Jirehly!
That would depend on the size of your image. WordPress will try and resize it as best it can to a 16:9 ratio but if it’s very different then it will be zoomed in quite a bit and become blurry. I recommend creating a new image and crop it to display on your homepage.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts