Forum Replies Created
-
AuthorPosts
-
Hi Christine!
It looks the same to me. The only difference is that the footer menu is hidden on mobiles. Are you wanting to display it?
Best regards,
ElliottHi!
It’s not letting me login anymore, is the information correct?
You had some CSS with an !important which appeared to be from the minimal border styling your using for the menus but when I tested it out on my XAMPP setup I wasn’t getting the same CSS. Did you do some customizations?
Regards,
ElliottHey Jan!
Add this to your custom CSS.
#advanced_menu_hide { background: black !important; color: white !important; }Cheers!
ElliottAugust 21, 2015 at 3:31 pm in reply to: Problem using Google DFP on my site running the Enfold theme #491445Hey!
In the /enfold/css/layout.css file on line 3283 you should see this.
/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) {Try increasing the value there to 989 or however wide your tablet is.
/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 989px) {Best regards,
ElliottHi Anton!
Try adding this to your custom CSS.
.single-post #wrap_all { max-width: 1000px !important; margin: 0px auto; }Best regards,
ElliottHi!
You set the name when you create a new slider. Click on the “Add New” button in the LayerSlider settings page.
We do not have any more slider samples available. You can learn more about the LayerSlider here, http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html.
Best regards,
ElliottAugust 21, 2015 at 3:07 pm in reply to: Changing positioning of Title & Caption on a particular slide #491431Hey!
To move it up and down you can use the previous code in my post just add a negative to the 30%, -30%.
To move it left and right use translateX instead of translateY. And to target specific slides just change the “2” as mentioned.
Cheers!
ElliottHi mamopictures!
Select a page to use and when you edit the page use our blog posts element to display posts on the page.
Best regards,
ElliottHey Original_Pictorial!
I viewed one of your posts and was able to leave a comment. You have them set to be moderated currently so you actually have to approve the comment before it is shown for regular users.
Regards,
ElliottHey jurega!
Please try this out, https://kriesi.at/support/topic/masonry-transitions-broken/#post-361916.
Or this, https://kriesi.at/support/topic/disable-animation/#post-371416.
Best regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
August 20, 2015 at 7:05 pm in reply to: How to display single product title and lowest price variable into text? #491017Hey handelsmann!
It would be best to contact Woocommerce support to see if this is possible.
Here is a link to their shortcodes, http://docs.woothemes.com/document/woocommerce-shortcodes/.
Regards,
ElliottHi Steven_Haines!
Try using the !important override like so.
a { color: red !important; }Go ahead and send us a link to your page and we’ll take a look.
Best regards,
ElliottHey vixen portia!
Try deleting your .htaccess file and then refresh your permalinks in Dashboard > Settings > Permalinks.
Regards,
ElliottHi stunna42!
Did you make sure to set a featured image for those posts? In the source code this is what I see.
<img width="180" height="180" src="data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=" data-lazy-type="image" data-lazy-src="http://pages.sanesolution.com/wp-content/uploads/2015/02/IMG_9499-320x180-180x180.jpg" class="lazy lazy-hidden attachment-square wp-post-image data-lazy-ready" alt="Starvation Is NOT Healthy. Stop counting calories & go #SANE w/me at http://SANESolution.com">Which is pretty weird. Try deactivating all of your plugins to see what happens.
Best regards,
ElliottHi jeanroy99!
Is this the CSS your using?
@media only screen and (min-width: 768px) { .shadow { border: 1px solid #ccc; position: relative; width: 100%; height: auto; background: rgba(255, 2555, 255, 0.9); } }Add this beneath it.
@media only screen and (max-width: 768px) { .shadow { border: 1px solid #ccc; position: relative; width: 100%; height: auto; background: rgba(255, 2555, 0, 0.9) !important; } }Best regards,
ElliottHey!
Try uploading via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Make sure to extract the zip file and upload just the “enfold” folder to your WordPress theme directory.
Cheers!
ElliottAugust 20, 2015 at 6:28 pm in reply to: Did Enfold 3.3 eliminate the Latest Portfolio Widget? #490985Hey!
No, 3.3 should still have the latest portfolio widget. Navigate to Dashboard > Appearance > Widgets and try dragging it to the sidebar again.
If your still having trouble then send us a link to your page and a WordPress login and we’ll take a look.
Be sure to deactivate all plugins while testing.
Best regards,
ElliottHi endoradigital!
What I would do is use the custom post type UI plugin and create a new post type named “albums” with a custom taxonomy and then display these with the blog posts element or the Masonry element.
On each of these album posts you could then display galleries.
As for plugins I’ve heard the nextgen plugin is pretty popular for albums but I have not used it before.
Cheers!
ElliottHey!
This customization is kind of bordering on custom work but perhaps there is another plugin out there you can try.
Best regards,
ElliottHi!
Go ahead and send us a link to your page so we can get an idea of which elements your using.
Regards,
ElliottHi!
Thanks for the help elames.
@LifeIsNow001, You can use this as a reference for learning about the WordPress menus, https://codex.wordpress.org/Appearance_Menus_Screen.Regards,
ElliottHi!
Switch it to this to make it square.
.av-catalogue-image { width: 88px !important; border-radius: 2px !important; }It’s always linked to the post instead of adding the product to your cart.
Add this to your custom CSS to get rid of the show details button.
.button.show_details_button, .button-mini-delimiter { display: none !important; } .button.add_to_cart_button.product_type_simple { width: 100% !important; }Best regards,
ElliottAugust 20, 2015 at 5:35 pm in reply to: Fatal Error updated to 3.3 and WP 4.3!!!! !important #490949Hi!
The latest version is 3.3. The problem seems to be in your child theme. Go ahead and activate Enfold instead of your child theme.
Cheers!
ElliottHi Wils1234!
Switch it to this.
<style type = "text/css"> @media screen and (max-width: 767px) { tr > td:last-child { width: 25% !important; } } @media screen and (min-width: 767px) { tr > td:last-child { width: 50% !important; } } </style>And then play around with the width values until it looks good.
Best regards,
ElliottHi!
You can change that on line 47 in the archive.php file.
'columns' => 3,Best regards,
ElliottHey!
Setting the page to full width, no sidebar will fix most of your issues. Besides that your content is breaking. Make sure that you close all of your elements properly.
<div></div> <a></a> <p></p> <span></span>Regards,
ElliottHi jend_onesource!
We currently do not have any options for this. You might be able to find a plugin that does this but I do not know of any that I can recommend. If anyone knows of one then please share.
It’s not that hard to do with javascript / CSS though, http://www.elated.com/articles/css-rollover-buttons/, so you could also try creating your own solution.
Best regards,
ElliottHi!
Alrighty, if you see any issues then you can send us a WordPress login and we’ll take a look to see if it’s an easy fix but keep in mind that we officially do not support third party plugins.
Regards,
ElliottHey!
So when you say form your referring to the “GetResponse Integration Plugin” your using. When I view the page I see the form popup but it’s all black and I cannot edit any of the fields. I didn’t see any javascript errors.
Have you contacted the plugin authors about this?
Cheers!
ElliottHi aoverton!
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.
Cheers!
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
