Forum Replies Created
-
AuthorPosts
-
Hi rafke!
I didn’t see any javascript errors. Can you take a screenshot and highlight what is going on?
Regards,
ElliottHi laptophobo!
You should be able to select as many as you want. The categories might not all be displayed though. They will only be displayed if there are some posts on the page to sort through. You most likely need to increase the amount of posts per page.
Cheers!
ElliottHi laptophobo!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
3. Use the magazine element in another page.
4. Make sure WordPress is updated.
Regards,
ElliottHi DjBeau!
You could try doing this, https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/, but in your case it would probably be best to use a regular table since it doesn’t look like your using any table headings.
Cheers!
ElliottFebruary 6, 2016 at 3:38 am in reply to: Blog Excerpt not displayed using Blog Posts Element #578924Hey Powtin!
When you use the advanced layout editor on the posts you have to set a custom excerpt on the post if you want an excerpt to display in the blog listing.
Regards,
ElliottHi Doug!
You can add the more tag to each post. Your trying to change it’s text?
You can also write a custom excerpt for each post and insert the button shortcode inside it.
Cheers!
ElliottHi FotomanKy!
So your wanting to hide the blue bar then correct? Add this to your custom CSS.
.bbp-template-notice { display: none; }
Regards,
ElliottHey EPDeu!
Add this to your custom CSS.
.tag-page-post-type-title { display: none; }
Regards,
ElliottFebruary 6, 2016 at 3:29 am in reply to: Background image in color section will not go all the way to top of page #578920Hey Carlucci_Design!
You need to set the header in your layout settings to “transparent” when you edit the page. The layout settings are on the right side of the screen.
Cheers!
ElliottFebruary 6, 2016 at 3:27 am in reply to: Hoover missing: Avia Contact Form individual CSS Settings #578919Hi StudioLiner!
Try removing the !important from your CSS code.
Regards,
ElliottFebruary 6, 2016 at 3:26 am in reply to: Only background shown in Revolution Slider / Site very slow #578918Hi Streuli-Pharma!
Your getting a javascript error from your “zoo shortcodes” plugin. Try deactivating it.
Regards,
ElliottHey vdlwebdesign!
I checked in Edge but it looks the same to me. Can you take a screenshot and highlight what your seeing?
Regards,
ElliottHi asinger777!
Try adding this to your custom CSS.
.slideshow_caption, .slideshow_caption * { animation: none !important; opacity: 1 !important; visibility: visible !important; display: block !important; }
Cheers!
ElliottHi Soldomus!
You can style the menu links in Dashboard > Enfold > Advanced Styling.
For the different backgrounds navigate to Dashboard > Appearance > Menus and then click on the dropdown arrow for each of your menu link and you can see there is an option there for changing the menu style. You can set it to the button style.
Best regards,
ElliottFebruary 6, 2016 at 3:18 am in reply to: Facebook Pixel Code in Quick CSS or Google Analytics window? #578914Hi dominiquehurley!
Try adding this to your child theme functions.php file.
add_action('wp_head', 'enfold_extra_header_scripts'); function enfold_extra_header_scripts(){ ?> insert your script here <?php }
Best regards,
ElliottFebruary 6, 2016 at 3:15 am in reply to: Do I have to manually select image sizes in multi-column blocks? #578913Hey kart672!
Yes, you can just upload the biggest resolution to use (most of the time) and Enfold will create thumbnails from it to use in all of the different theme areas / shortcodes.
For some of the shortcodes you can select an image size to use and if you select “full, no scaling” then it’s going to load the original image and not a thumbnail. In this case it would be best to optimize the image, if you select that option.
Regards,
ElliottFebruary 6, 2016 at 3:12 am in reply to: Blog Posts – Can't replicate demo layout unless I add a sidebar #578912Hi DigitalEssence!
Add this to a codeblock element in the page.
<style type = "text/css"> aside { display: none !important; } main { width: 100% !important; border-right: 0px !important; } </style>
Regards,
ElliottHi imagemakerswi!
Please see here, https://kriesi.at/support/topic/header-logo-url-change/#post-169646.
Regards,
ElliottHey peanuttario!
Send us a link to your page and we’ll take a look.
Best regards,
ElliottFebruary 6, 2016 at 3:06 am in reply to: To tweak the "elegant blog" layout: what file do I need to edit? #578909Hi COLORIT!
It’s all in the stylesheets. Take a screenshot and highlight the exact changes your trying to do and send us a link to your page and we’ll see if we can get you some custom CSS to use.
Best regards,
ElliottHey MindSpark!
It would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
You can still sort by using the Woocommerce widgets though.
Regards,
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hi Poirot!
Is WordPress updated? There was a bug with pagination but it should be fixed in the latest WordPress version.
Cheers!
ElliottFebruary 6, 2016 at 3:01 am in reply to: Centering Logo with nav menu items on the left and right sides of it #578905Hi kdelacerda!
Add this to your custom CSS.
.logo { left: 50% !important; transform: translate(-50%); } li#menu-item-56 { margin-right: 300px; }
Regards,
ElliottHi Kevin!
It would take a lot of time and code to implement so it would have to be considered custom work. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Best regards,
ElliottFebruary 5, 2016 at 4:27 am in reply to: Add a black line around the Blog posts like screenshot #578216Hey!
Add this.
a.slide-image { margin-bottom: 0px !important; }
Regards,
ElliottHi!
Are you wanting the logo to overlap the bottom of the header? Go ahead and send us a link to your page.
Best regards,
ElliottHi!
Ok, try this one out then, https://kriesi.at/support/topic/default-excerpt-length-for-grid-layout/#post-122813.
Regards,
ElliottHey!
When you tighter are you wanting to shrink / expand it? Not sure if there is going to be an easy way to go about that. I would try expanding the slider height to see if that has the effect your wanting.
Best regards,
ElliottHey!
Sounds like you would need a membership plugin. I have never used one before but here are some that I know of: s2member, wishlist, buddypress, bbpress.
Best regards,
ElliottHi!
Try adding this to your custom CSS.
#footer { display: none !important; }
Or hide the footer in Dashboard > Enfold > Footer.
Cheers!
Elliott -
AuthorPosts