Forum Replies Created
-
AuthorPosts
-
Hi boscotwcheung!
I don’t know of any that I can recommend. You said you tried this one out? https://wordpress.org/plugins/top-bar/
Best regards,
ElliottHi BennySanDiego!
Not sure what you mean by font weight “book”. The Open Sans should already have normal and bolded weights. Send us a link to your page and let us know the exact elements and we’ll give you some CSS to bold them.
Cheers!
ElliottHi subrakavi!
This one seems to be popular, https://wordpress.org/plugins/wp-review/.
Cheers!
ElliottHey lobstersamples!
Remove the caption and add a textblock or special heading element beneath each image and type out whatever text you wish to display.
Best regards,
ElliottHi byanywear!
Looks like you were using a plugin and deactivated or deleted it recently. Edit the page and remove all of the ux_banner shortcodes you see.
Best regards,
ElliottHey ginigarbick!
Add this to your custom CSS.
h3.aviaccordion-title { color: white !important; }
Regards,
ElliottOctober 24, 2015 at 5:34 pm in reply to: Reduce the padding between the Contact Form Elements #524241Hi timpro!
Add this to your custom CSS.
fieldset p { padding: 0px !important; margin: 0px !important; }
Regards,
ElliottHi James!
Not really sure I understand. If you switch to the “Plugin Additions” tab of the layout builder you’ll see there is a product grid element for displaying your products in a grid. They should already be displayed in a grid by default though.
Best regards,
ElliottHey!
It’s because you changed the line height for certain elements.
.amount { margin: 0 !important; text-align: left !important; line-height: 30px !important; text-transform: uppercase !important; font-size: 18px !important; }
That will make some look bigger than others if they are on the same line. You’ll want to give them all the same line height I imagine.
Cheers!
ElliottHi!
Sorry, I was thinking of another topic for some reason. What happens if you add it inside a codeblock element and place the codeblock inside a grid row element? Does it go fullwidth then?
Cheers!
ElliottHi!
I don’t see it added on your site. Add it to the top of Dashboard > Enfold > General Styling > Quick CSS and then clear your cache. If your using a caching plugin then be sure to clear it’s cache as well.
Regards,
ElliottHey michaellausser!
Add this to your custom CSS.
.avia-gallery-thumb, .avia-gallery-thumb * { opacity: 1 !important; }
Cheers!
ElliottHey omardualtime!
The footer columns should automatically be taking up the full footer width so there is no need to center them. Are you restricting their width via CSS? Can you send us a link to your page so we can take a look?
Best regards,
ElliottHey!
Are you wanting the first column to display as well? If so then add this to your custom CSS.
@media only screen and (max-width: 767px) { .responsive .pricing-table.avia-desc-col { display: block !important; } }
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey James!
Your using Woocommerce correct? When you edit the product post set the featured image. There will also be an option to add additional product images in the same area.
Regards,
ElliottHey!
Not sure if that is going to be possible. You would most likely need to add a bunch of scripting to make sure it’s fullscreen. With the code you posted you will want to remove the head / body / html tags and just use the iframe like so.
<iframe id=”myiFrame” src=”http://visitevirtuelleimmersive.visitelibre360.com/155000153/_pda_Mtl.html” style=”border:0px;-webkit-overflow-scrolling: touch;overflow: auto; fub;” name=”myiFrame” scrolling=”no” frameborder=”0″ marginheight=”0″ marginwidth=”0″ height=”1000″ width=”100%” seamless ></iframe>
Regards,
ElliottHey!
Try removing the previous code and add this in then.
#av_section_1 .flex_column_table > .flex_column:nth-child(1) { transform: translateY(25px) !important; }
Regards,
ElliottHi Etienne!
You updated the site url in Dashboard > Settings > General? Try creating a copy of your .htaccess file and then delete it and refresh your permalinks in Dashboard > Settings > Permalinks.
Best regards,
ElliottHey Matt!
It would be best to reload a backup before this behaviour started happening and then read this, http://codex.wordpress.org/Hardening_WordPress.
Cheers!
ElliottOctober 23, 2015 at 5:36 pm in reply to: Problem with gallery, portfolio and easy slider after updating to wordpress 4.3. #524015Hi musitec!
Your getting a few javascript errors. Let’s try the following.
1. Deactivate all plugins and clear your cache.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHi Gekko101!
Add this to your custom CSS.
.av-menu-button .avia-menu-text { color: #444 !important; }
Cheers!
ElliottOctober 23, 2015 at 5:33 pm in reply to: Turning off page sidebar navigation on certain subpages #524011Hi art-com!
Add a codeblock element to the page and add this inside.
<style type = "text/css"> aside .widget_nav_menu { display: none !important; } </style>
Regards,
ElliottOctober 23, 2015 at 5:30 pm in reply to: Add From: before price on Enfold product slider, but not other pages #524006Hey!
Ok, thanks for sharing the plugin.
Regards,
ElliottHey!
I created a test page and it works fine if the parent theme is activated instead of your child theme. Create a new child theme and add your customizations in piece by piece to figure out where the problem is.
Cheers!
ElliottHey libelum!
What is the code they give you to use?
Have you considered using the Google Fonts API? https://www.google.com/fonts#
We already have it integrated and it’s pretty easy to use. You can do this, http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/, to add more fonts to your Enfold options.
Cheers!
ElliottOctober 23, 2015 at 5:13 pm in reply to: [Urgent] Have fullwidth submenu stick below Hello Bar at top of page on scroll #523998Hey!
Thanks for the help Guenni007. :)
Best regards,
ElliottOctober 23, 2015 at 5:12 pm in reply to: Child- Avia layout content overrides post (NOT page) template content #523997Hi!
When you use the layout builder the /enfold/template-builder.php will be used instead.
Best regards,
ElliottHi mixedmedia99!
If you use a color section then the content you add inside will act as a table and be vertically centered inside the color section.
Cheers!
ElliottHi David57!
I haven’t used dreamweaver before. Does it give you the CSS as your editing? If so then you can paste that inside Dashboard > Enfold > General Styling > Quick CSS to apply it to your site.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi jeroenberings!
If your using a caching plugin then be sure to clear it’s cache.
Try installing this plugin, https://wordpress.org/plugins/wordpress-seo/, and then fill out all of the information in the “Social” tab when editing the post.
Best regards,
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts