Forum Replies Created
-
AuthorPosts
-
December 4, 2015 at 5:41 pm in reply to: Are standard backgrounds from layer slider free to use ? #547138
Hi 2funky!
Yes, you can use them.
Regards,
ElliottHi mleonhard!
Are you talking about the Easy Slider? Add this to your custom CSS.
@media screen and (max-width: 767px){ .avia-slideshow-dots { display: none !important; } }
Regards,
ElliottHey Munford!
So the dropdown menu that displays when you hover over the “SITES” link, your wanting that to align on the right hand side? If you do this then the menu will display off the page when the user is on smaller screens (767px – 1350px) so I don’t recommend doing that. It will look fine if you have the menu aligned to the right though instead of the left.
Cheers!
ElliottHi ApresWeb!
Can you send us a link to your page so we can get a better idea of what your doing? You can set your reply as private if you wish.
A screenshot highlighting the problem would be great also.
Cheers!
ElliottHi talelie!
Go ahead and do the steps here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Have you contacted your hosting provider yet?
You can send us a login so we can take a look but it would be best to contact your hosting provider.
Best regards,
ElliottHey researchtools!
Add this to your custom CSS.
.header_bg { opacity: 1 !important; }
Regards,
ElliottHi researchtools!
It seems to look fine on my end. Can you take a screenshot and highlight how your wanting it to display?
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi getmechamot!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/, it lets you easily change the post title, description, etc etc.
Best regards,
ElliottDecember 4, 2015 at 5:20 pm in reply to: Sidebar content showing below main content on all pages except Home #547114Hey getmechamot!
It looks like your using Enfold 3.3.2. Go ahead and update to the latest version, 3.4.4, and deactivate all plugins while testing.
Regards,
ElliottHey!
Try switching to the layout builder and then click on the “Plugin Additions” tab and drag the product elements to your post content.
Cheers!
ElliottHi Viktoria!
Hmm, it says your using Enfold 3.0.2 but it looks like your have the recent features in 3.4.2. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure that all of the files are up to date.
1. Try deactivating all of your plugins and refresh your permalinks in Dashboard > Settings > Permalinks. Make sure your not using a static page in Dashboard > Settings > Reading.
2. Can you send us a link to the post with tags assigned to it so we can check?
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
December 3, 2015 at 10:11 pm in reply to: Possible Bug with Recognizing or Not Including CSS in Responsive Mode #546693Hi!
Can you take a screenshot and highlight what your trying to do so we can get a better idea? I’m not sure if your trying to hide it on mobile or display on mobile.
It would probably be best to remove the !important overrides from your CSS code and use the media queries like so.
@media screen and (max-width: 767px) { #locations_top .avia-button-wrap { margin: 0 10px; } } @media screen and (min-width: 767px) { #locations_top .avia-button-wrap { margin: 10 0px; } }
Make sure that you get the brackets right. Your missing them in the CSS code you posted here, https://kriesi.at/support/topic/possible-bug-with-recognizing-or-not-including-css-in-responsive-mode/#post-546109.
Cheers!
ElliottHi!
Well, if you switch it to the data style instead of pricing style it should be what your wanting.
Or maybe this CSS would work for you.
.pricing-table { margin: 0px !important; }
Regards,
ElliottHi Tilman!
We do not have anything like that currently. You might be able to find a plugin to use, https://wordpress.org/plugins/search.php?q=image+rollover.
Regards,
ElliottHey!
You will need to update via FTP then. Please see here, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi hobbit1!
Try this out, https://kriesi.at/support/topic/inline-content-in-magnific-popup/.
Cheers!
ElliottHey AmericanMetroPOS!
Try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the debug view and then surround each column with a link.
If you see weird behaviour when doing that try adding them inside a codeblock element instead.
<a href = "URL"> <h2>A heading</h2> <p>Some text</p> </a>
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
December 3, 2015 at 9:54 pm in reply to: Multiple !important class declaration and precedence on H2 title #546679Hey!
The related products use an H3 and it’s already set to black. Can you take a screenshot and highlight what your seeing?
Cheers!
ElliottHey!
Your site is asking for a login.
I’m not sure what you mean by the search question. You cannot search for images, just posts. Or do you mean a google search?
Regards,
ElliottHi!
In that case I would try the grid row element out instead.
Best regards,
ElliottHi!
I see what you mean. I created a test page though and it seems to be working fine. So it’s just that specific page that has the problem is seems.
Try creating a new page and add the content in piece by piece and save to see if that works.
Not really sure what it could be but deleting / recreating the page should fix it.
Cheers!
ElliottHey!
Enfold should not be adding that. Try deactivating all of your plugins and clear your cache to see if it goes away.
Cheers!
ElliottHey!
Maybe this would work.
$this->loop[$key][‘url’] = get_post_meta( $id, 'dateilink', true );
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
No, we don’t have any CSS for that yet. Another way would be to use our fullwidth submenu element. It’s designed to be responsive.
Cheers!
ElliottHi!
Sorry, I was thinking of the regular Masonry. For the Masonry Gallery I’m not sure what we can do here. You can use the “Flexible Masonry” option and the images will scale so they fit inside the column but their heights will be different sizes so the full image is displayed and not cropped. That is probably what you are wanting.
If you are wanting them to display smaller then consider increasing the columns to 4 or 5.
Regards,
ElliottHey!
The sessions are used for the breadcrumbs so if you disable them then the portfolio breadcrumbs will not link back to the page where you used the portfolio grid shortcode on.
Best regards,
ElliottDecember 3, 2015 at 6:42 pm in reply to: Related posts on the sidebar and the sidebar navigation for categories #546594Hey!
Your wanting to display your categories in the sidebar? You can use the categories widget or create a menu and add your category links to the menu and use the “Custom Menu” widget to display it.
Best regards,
ElliottHey!
Add this to your custom CSS.
#header .social_bookmarks { position: absolute; display: block; right: 0px; }
Best regards,
ElliottDecember 3, 2015 at 6:37 pm in reply to: "And where do you want to display the Blog?" use a portfolio entry not a page #546592Hey!
That’s going to take a lot of time and code and would have to be considered custom work.
If you need to combine them all then it would be best to just create them as regular posts. You can use this plugin to easily convert them, https://wordpress.org/plugins/post-type-converter/.
Regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts