Forum Replies Created
-
AuthorPosts
-
Hi!
I’m on Windows 8.1 and it’s loading the same for me in Chrome as it does in Firefox. Can you take a screenshot of what your seeing?
Is Chrome updated? Try disabling any browser add-ons, extensions, or plugins you might have installed.
Best regards,
ElliottHi!
I checked your link but all I see is a blank page. The base domain is working but it’s not using Enfold. Contact your hosting provider to make sure everything is ok.
Best regards,
ElliottHey melissaek13!
You’ll need to update Enfold to the latest version, 3.1.3. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHi hotspot!
You can change the blog style (this includes the archives) in Dashboard > Enfold > Blog Layout.
If your trying to use the layout builder to customize your various archive layouts then this is not yet supported. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
Try adding this to your custom CSS.
.LADA, .telefono { margin-right: 10px !important; display: inline-block; margin-left: 10px !important; }Best regards,
ElliottApril 16, 2015 at 9:05 pm in reply to: Add related posts to pages/CPT/Posts that are usin ATB #429899Hi finchkelsey!
We do not have any elements created for that yet. You could use the blog posts element to create that layout though.
Regards,
ElliottHi hotspot!
Perhaps this plugin would work for you, https://wordpress.org/plugins/zen-menu-logic/.
Regards,
ElliottHi!
There is no feature for this currently. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Cheers!
ElliottHey Justin!
I haven’t had any issues with it yet. Is WordPress, Enfold, and Events Calendar updated to their latest versions?
Try deactivating all of your other plugins and clear your cache to see what happens. I would also try contacting the plugin authors, perhaps there is a setting your using wrong.
Cheers!
ElliottHey Kevin!
We could give you some CSS to show / hide them when hovered on but it’s going to be pretty basic. If your wanting some animation effects or styling like our main menus then it’s going to take a lot more time and code and would have to be considered custom work.
Cheers!
ElliottHey EuroInfoSys!
It looks like some kind of popup plugin. Deactivate all plugins and clear your cache. If that does not help then try creating a backup of your .htaccess file before deleting it and then refresh your permalinks in Dashboard > Settings > Permalinks.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi laptophobo!
It would be best to continue using Enfold. You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header. You can then drag a text widget to the new widget area and position it’s contents to display beside the logo.
Cheers!
ElliottHey jaldesign!
So your hosting provider only allows SMTP mail correct? You can install this plugin, https://wordpress.org/plugins/wp-mail-smtp/, to configure WordPress to send mail via SMTP. You can contact your hosting provider and ask them for the SMTP server information to configure the plugin settings.
Best regards,
ElliottHi!
I checked your site again but it looks different now and the header is no longer scrolling.
Take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 16, 2015 at 8:20 pm in reply to: /wp-content/themes/enfold/css/print.css forcing to http not https #429868Hi!
We use the get_template_directory_uri for all of our scripts and css, https://codex.wordpress.org/Function_Reference/get_template_directory_uri. That function should be checking for SSL.
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. Also try deactivating all of your plugins and clear your browser cache to see if that helps.
If your still having problems then send us a link and we’ll take a look.
Cheers!
ElliottHi anhanhoi!
Add this to your custom CSS.
#header_meta, .header_bg { background: transparent !important; }And you can change the widths and margins of the columns around line 220 in /enfold/css/grid.css. If you reduce the margins then you’ll want to increase the widths a bit to compensate.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey gharding!
You can add a codeblock inside the section and then use some custom HTML and CSS to position an element near the bottom of the section.
Regards,
ElliottApril 16, 2015 at 8:08 pm in reply to: is there a way to format a Forum or Blog post with no sidebar or main menu #429859Hey!
I’m not sure if there is a way to hide them on certain topics. If you want to hide them on all topics then you can use this CSS.
.single-topic #header, .single-topic #footer { display: none !important; }Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 16, 2015 at 6:39 pm in reply to: Changing blog post excerpt and link-back page from single post #429812Hi!
That’s a post. Is “Nouvelles” the page you have set as your blog page? If so then it’s working correctly.
It looks like “Activites” is a page where your displaying posts from a specific category correct? I don’t see an easy way of going about that. For example, what if a post had two categories? Would it highlight two menu items? I’m not sure if that is going to be possible without lots of customization.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
Did you add this part?
.avia_mega_div { width: 250% !important; }I don’t see it in the source code. Add it to the top of your Quick CSS field to make sure none of your other CSS is causing problems from typos.
Best regards,
ElliottHey!
You can use this CSS.
.current-menu-ancestor .avia-menu-text, .current-menu-item .avia-menu-text { font-weight: bold !important; }But I don’t think the font your using there has a bold version, https://www.google.com/fonts#UsePlace:use/Collection:Nixie+One.
Best regards,
ElliottHey!
Try this out.
#mce-EMAIL::-moz-placeholder { color: yellow !important; }See here for more info, https://css-tricks.com/snippets/css/style-placeholder-text/.
Best regards,
ElliottHey mfuji!
You can change their widths and margins around line 220 in the /enfold/css/grid.css file.
If you reduce their margins then you’ll want to increase their widths to compensate.
Best regards,
ElliottHi George!
If you deleted it and saved the page then the only way to get it back would be to reload a backup.
Best regards,
ElliottHi Biju!
Not sure what’s going on there. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not help then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi danielvnielsen!
Try this out, https://kriesi.at/support/topic/disable-animation/.
Best regards,
ElliottApril 16, 2015 at 6:04 pm in reply to: Table Element – Not working properly in responsive mode #429781Hi slui!
Your link is giving me a 404. Are the headings not lining up with the correct cells?
Best regards,
ElliottHey DaveL77!
It’s probably from a plugin your using.
Try this CSS out.
#top .select2-drop, #top .select2-drop * { background: none repeat scroll 0 0 red !important; } .select2-container, .select2-container * { background: none repeat scroll 0 0 red !important; }Cheers!
ElliottHey Dominique!
Did you get this sorted? The green background your using is displaying across the full width of the screen on my end.
Cheers!
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
