Forum Replies Created
-
AuthorPosts
-
Hey!
I deactivated all of your plugins and it went away.
Reactivate them one by one to see which one is causing the problem.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
You can try having your plugin load the CSS in the “wp_footer” hook so it’s added to the end of the document. It might not overwrite all of the theme CSS though so you may still need to use !important in some areas.
Cheers!
ElliottHey!
Perhaps your looking for line 88 in the /enfold/includes/helper-markup.php file.
$attributes['itemtype'] = 'https://schema.org/CreativeWork';
Regards,
ElliottDecember 3, 2015 at 6:17 pm in reply to: Portions of Page is missing after editing Heading Element #546577Hey elrey52!
Make sure that Enfold is updated to the latest version, 3.4.4, and deactivate all plugins while testing.
Try creating a new page first and add some headings in and check to see if you can edit them fine. If they are fine and the problem is only happening on that specific page then there is most likely a typo somewhere in your code. You can copy your content over to the new page piece by piece to figure out which element is causing the problem.
Cheers!
ElliottHi!
So it’s only the gmail that is failing and it’s not working with either of the plugins? It does not work in the default theme either correct?
The only thing I can think of is the login credentials are incorrect. Please read over this, https://support.google.com/mail/answer/78775?hl=en, and contact your hosting provider.
Cheers!
ElliottHi Nancy!
1. You can try and find a tag plugin that does this, https://wordpress.org/plugins/search.php?q=tag.
2. Your trying to hide the excerpts / full post content in the blog page? Add this to your custom CSS.
.template-blog .entry-content { display: none !important; }
Best regards,
ElliottDecember 3, 2015 at 6:03 pm in reply to: Events plugin featured image & transparent drop down menu #546569Hey norwestarch!
Add this to your custom CSS.
@media screen and (max-width: 600px) { .tribe-events-list .tribe-events-event-image img { width: 100% !important; } }
Best regards,
ElliottHi fbords!
Try adding this to your custom CSS.
.ajaxresponse, .ajaxresponse * { color: black !important; }
Regards,
ElliottHey themeforesttony!
The one your currently using is opening them up in a popup gallery it looks like. Except for the videos. Are you adding the links in manually? What happens when you add a rel = “lightbox” to the link? Ex.
<a href = "URL" rel = "lightbox"> </a>
Best regards,
ElliottDecember 3, 2015 at 5:51 pm in reply to: How to make "login/register" link that changes to "my account" when logged in?? #546560Hey mellypenny!
Perhaps this plugin would work, https://wordpress.org/plugins/nav-menu-roles/.
Best regards,
ElliottHi Sebastian!
That’s all just one image. You can set a background for your logo area to do the same. It’s in Dashboard > Enfold > General Styling > Logo Area.
Cheers!
ElliottHi wurgi!
I see the ads on your link. They are rotating fine. Perhaps you just need to clear your cache or the cache of your caching plugin if your using one.
Best regards,
ElliottHi Viuliloush!
I could not check the CSS because the login is not an administrator.
What is the CSS your using? Perhaps you need to use the !important override.
.login input[type="text"] { color: red !important; background: blue !important; }
Regards,
ElliottHi elvirais!
Add it back in and we’ll give you some CSS to use to position it next to the search icon.
Best regards,
ElliottHey Luisgasser!
Please send us a link to your page and take a screenshot highlighting the change your trying to do and we’ll see if we can give you some code to use.
Cheers!
ElliottDecember 3, 2015 at 5:38 pm in reply to: Website Darstellung auf 1010px Breite reduziert und Header verkleinert #546537Hey Powtin!
Let’s try the following.
1. Deactivate all plugins and clear your browser cache. If your using a caching plugin then be sure to clear it’s cache as well.
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 collinssafety!
Navigate to Dashboard > Appearance > Menus and double check that your menu is set to display in the “Primary Menu” theme area. Also double check that the services link has the “mega menu” option checked.
If your still having trouble then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey mikemurphy10!
You probably have the layer set to display on the left as a percentage when it needs to be a pixel value. Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi webmomeu!
Your site loaded for me in 1.79 seconds which is pretty fast. I noticed you have 2.3MB of images on your homepage which needs to be optimized.
I recommend using this tool for testing the site speed, https://developers.google.com/speed/pagespeed/insights/, and follow the suggestions it gives you.
A good plugin for minifying the JS/CSS is the BWP minify plugin, https://wordpress.org/plugins/bwp-minify/.
And be sure to install a caching plugin if your not already using one.
Regards,
ElliottHi johnniemeijer!
Use just one table and give it two columns instead of two tables with one column.
Cheers!
ElliottHi anma!
I’m not sure. You might be able to find a plugin to use but you would probably need to create a custom form for it. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey luckylobo10!
You don’t have any share buttons on that link.
You can install this plugin, https://wordpress.org/plugins/wordpress-seo/, and edit each post / page and set the open graph meta data for social networks to use when sharing.
Cheers!
ElliottHey sublime5o!
If I remember right NextGEN has you create a gallery in it’s settings panel and wherever you use the shortcode to display that gallery it will be the same. It’s just like the LayerSlider, you create a slider and use the shortcode wherever you want and it will display that specific slider.
If you want to have different galleries for each page then you’ll need to create additional galleries.
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi Marcel!
Yes, you would need to find it’s ID. Here is an example.
http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/#av-masonry-1-item-2565
Regards,
ElliottHi Belema!
EDIT: Sorry, I posted in the wrong topic.
Are you trying to remove the tags from displaying? Try adding this to your custom CSS.
.blog-tags { display: none !important; }
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
December 3, 2015 at 5:08 pm in reply to: Multiple !important class declaration and precedence on H2 title #546510Hi tremblayly!
Which one is it? I see the “Product Description” is an H2. If you want to target it then an !important should be working fine.
.panel h2 { color: white !important; }
Regards,
ElliottHi!
Well I’m not sure what it could be other than a customization. Not really sure what else to tell you. It would probably be best to hire a freelancer out if you do not want to upload a fresh copy of the theme or deactivate plugins.
Cheers!
ElliottHi!
Yes, surround it all with this.
@media screen and (max-width: 767px) { }
And it will only be applied on screens larger than 767px.
Regards,
ElliottDecember 2, 2015 at 8:51 pm in reply to: Possible Bug with Recognizing or Not Including CSS in Responsive Mode #546097Hey!
You have some CSS in your child theme that is overwriting the display: none.
#locations_top .avia-button-wrap { display: block !important; margin: 10px 0 !important; }
Regards,
ElliottHi!
It’s a separate page. If you just want a popup then there are lots of plugins out there that can do that, https://wordpress.org/plugins/wordpress-popup/.
Cheers!
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts