Forum Replies Created
-
AuthorPosts
-
Hi codecreative!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> select { height: 180px !important; } </style>Best regards,
ElliottAugust 18, 2015 at 5:25 pm in reply to: Blog title not displayed when advanced editor is used #489624Hey boemedia!
Yes that’s the expected behaviour. The layout editor is for users who need complete control over how their post displays. If you want it to display like a regular post then it would be best to use the default editor.
Or you can use a codeblock element and add that information in manually.
Best regards,
ElliottHey!
I was able to drag the widgets to the widget areas and they saved successfully. They are displaying on the frontend. Try clearing your browser cache and any caching related plugins you might have installed.
I’m not sure what’s going on with the star ratings though. When I try viewing the star images in your Woocommerce directory I get a different icon of an arrow pointing up? https://www.yourdomain.com/th-files/themes/tollherz/config-woocommerce/images/star.png
I would try reinstalling Woocommerce / Enfold to see what happens. Or copy the image, http://kriesi.at/themes/enfold-shop/wp-content/themes/enfold/config-woocommerce/images/star.png, and paste it inside the /enfold/config-woocommerce/images/ folder on your server.
Best regards,
ElliottHey dobermaraner!
Try this out instead.
.woocommerce-main-image { max-height: 434px; max-width: 300px; } .woocommerce-main-image img { max-height: 424px; max-width: 300px; }Cheers!
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey montyburns!
Yes that’s normal. If you want to load more via AJAX then have it display the “Load more” button instead of the regular pagination.
Cheers!
ElliottAugust 18, 2015 at 4:59 pm in reply to: Avia Layout Builder on Blog Posts – No Featured Image & author info #489605Hi Coronacom!
The layout builder is for users who need complete control over how their post displays which is why the featured image, post meta, etc etc, does not display.
You can right click your page and view the source and copy the HTML for all of that on the frontend and paste it inside a codeblock element if you want to add it in manually.
Cheers!
ElliottHi d24media!
There currently is not a way to do that. You could create the element in a page and save it as a template and then add it to your other pages but you would need to edit each of them separately when you update them.
Cheers!
ElliottHi krimson99!
I didn’t see the error, did you get it fixed? The demo import also worked fine for me. Make sure to give it some time so it can download all of the images, etc etc.
Cheers!
ElliottHi Charlotte!
Wordpress already has XML feeds built in, https://codex.wordpress.org/WordPress_Feeds.
Just add a /feed/ to the end of your URL to see it. (if using permalinks)
Regards,
ElliottAugust 18, 2015 at 4:45 pm in reply to: Media queries for mobile devices not working as supposed to #489594Hey hollowgram!
Are you sure it’s between 768px and 989px in portrait view? You could try increasing the 989 value to be sure.
Best regards,
ElliottHey Mesheu!
1. Try deactivating all of your plugins to see if the scrolling stops.
2. Add this inside a codeblock element in that page.
<style type = "text/css"> .image-overlay, .image_overlay { display: none !important; } </style>Regards,
ElliottHi mgansevoort!
Try this out.
<a href="#about" class="avia-slideshow-button avia-button avia-color-light avia-multi-slideshow-button" data-duration="800" data-easing="easeInOutQuad">Learn more</a>Some more styling might be required for the LayerSlider so send us a link to your page if it looks weird.
Regards,
ElliottHey!
Go ahead and watch this for an example, http://kriesi.at/documentation/enfold/videos/. Each element has an “edit” button that displays when you hover over it. You click that button to edit the shortcode options.
Regards,
ElliottHi Bimdas!
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.
If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi!
I added some CSS in your codeblock to hide the images.
Regards,
ElliottHey lefty108!
Just open up a new tab and create a new page or edit an existing page and switch to the default editor. Use the magic wand icon to insert a button and then copy the code that you see in the editor. Paste this code inside a text widget in your footer to display a button there.
Regards,
ElliottHi michaellausser!
I checked your homepage but didn’t see any errors. If your seeing these on a specific page then send us a link to it.
Be sure to clear your browser cache and any caching related plugins.
Cheers!
ElliottHi fco100!
1. Send us a link and we’ll take a look.
2. When you set the featured image when editing your post there will be a small checkbox beneath it asking if you want to hide it on the single post view.
Cheers!
ElliottHi GlenCoffey!
What exactly does the recruitment page need? A register form?
Regards,
ElliottHey kriswilliam!
On the right hand side of your page edit screen you can select which sidebar you want to use. You can create new sidebars in Dashboard > Appearance > Widgets.
Regards,
ElliottHi dagashi!
Send us a link to your page and we’ll take a look.
Cheers!
ElliottHi!
Yesterday when I viewed your link you had the default theme activated. Now when I view your link you have the “X theme” activated. Are you sure you have a copy of Enfold?
Best regards,
ElliottHey Andrew!
Try switching the links to HTTPS instead of HTTP.
https://www.podbean.com/media/player/wfifowhwj/Cheers!
ElliottHi carendavis!
You can add a folder called “includes” in the child theme and put the loop-index.php in there.
For the shortcode files you’ll need to do this, https://kriesi.at/support/topic/is-it-possible-to-modify-files-in-enfold-child/#post-218226.
Cheers!
ElliottHey robcamstark!
It’s just a matter of selecting your coming soon page again in Dashboard > Enfold > Theme Options. It looks like you already figured it out.
Regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey!
Is it working ok?
Regards,
ElliottHi Armando!
Surround the CSS your using for that with this.
@media screen and (max-width: 767px) { }Add this to hide the info on mobiles.
@media screen and (min-width: 767px) { .av-masonry-entry figcaption { display: none !important; } }Best regards,
ElliottHey ProdigalMedia1!
1. In Dashboard > Enfold > Header you can increase the header size a bit. Do that and then we’ll see if we can get you some CSS to add some padding beneath the menu.
2. Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then you can copy the code used and paste it into the new Enfold site.
3. Your referring to the menu drop downs correct? All I saw on your site was a mega menu with 5 columns. Are you trying to get rid of the mega menu and have the links just display on top of each other like a regular sub menu?
Cheers!
ElliottHi!
Is rubberduckdigital your site? It’s under a maintenance mode plugin it looks like.
Cheers!
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
