Forum Replies Created
-
AuthorPosts
-
Hi!
Very happy to hear it worked and that you are happy! Enjoy the rest of your day.
Regards,
JordanHey!
Very sorry for the misunderstanding.
The issue was that for the homepage you had not set the footer settings to display the footer widgets and the socket. I have made the change for you and you can reference my screenshot for the setting I changed.
Best regards,
JordanHi navindesigns!
Thanks for getting in touch!
Please ensure that you have enough memory allocated to PHP to upload these large images. Follow this link here to increase the memory https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Let me know if that helps so we can investigate further if necessary.
Regards,
JordanHey sweetsmiles!
Thanks for reaching out to us and sorry for the delay.
1. If you switch between demos your content will not be lost. the only thing that will be changed or reset is the theme options setting, so you may need to change back header colors you may have chosen and so on.
2. Yes you could create a page as the landing page and set it as the homepage and ensure that you have no menu to link the other pages. You can then keep working on your other pages and switch the homepage when your ready. This may not be the best option because your site will be live but it can be used if you want to use the Enfold Landing Page demo as a start.
Hope I explained everything clearly.
Cheers!
JordanHi Ken!
It would be better to just upgrade the theme to the latest version. I understand not wanting to do it as it will take sometime but the mobile menu is not as easily fixed as providing CSS. We will need to test and determine what may be causing it not to appear, maybe it’s a conflict with a plugin or added customization to the site, either way it could take as long as just updating the site.
Regards,
JordanMarch 16, 2016 at 5:16 pm in reply to: how can i make the facebook social icon blue by default? not only on mouse over? #599023Hey!
To have the color of the social icons always being displayed:
.av-social-link-facebook a { color: #fff; background-color: #37589b !important; } .av-social-link-youtube a { color: #fff; background-color: #a72b1d !important; }
To change the footer font-size and color. Adjust the font-size as you wish:
.copyright { color: black; font-size: 25px; } .sub_menu_socket .avia-menu-text { color: black; font-size: 20px; }
To hide the color section on mobile:
@media only screen and (max-width: 768px){ #av_section_11 { display: none; }}
Let me know if I skipped over anything or if you need further help.
Cheers!
JordanHi Mark!
Everything should be fine with the footer widget. The widgets display both when I was logged in and was not. You simply needed to clear your browser cache to see the changes after deactivating the plugins. Please see my screenshot in the Private section.
Let me know if you need anything else.
Best regards,
JordanMarch 16, 2016 at 4:44 pm in reply to: Changing the size and position of the logo, shrinking #599010Hey osukaru!
Thanks for reaching out to us!
I’m not understanding what you wish to achieve. When I visit your site the logo is already shrinking to 50px when scrolling and looks and behaves exactly as the screenshots you took showed. What size do you wish to change the logo to. Please let me know to clear up any confusion and provide screenshots showing the changes you want.
Best regards,
JordanHey worldfuturecouncil!
Thanks for reaching out to us!
Yes that file can be used for print styling.
1. Copy the contents and create a text file called print.css.
2. Save it to your Enfold Theme folder.
3. Create a link in the head section of your header.php template file as follows:<link rel="stylesheet" type="text/css" media="print" href="<?php bloginfo('stylesheet_directory'); ?>/print.css" />
I would recommend using a Child Theme to make these changes. Let me know if you need further assistance.
Regards,
JordanHi!
Please add the following code in the Quick CSS field under the General Styling tab in the theme options:
.price-unit.smaller { display: block !important; }
Best regards,
JordanHey Peter!
This will only be possible using CSS. So please try adding the following in the Quick CSS field in the theme options.
#menu-item-678 .avia_mega_div { background-color: rgba(245,123,252,0.75) !important; }
The code above should change the color for the Art mega menu. Using the code for each mega menu, requires you to know the menu item number for main menu item. Like in the above code Art has an id of 678.
Let me know if you need further assistance.
Regards,
JordanHey Ayron!
The opening <body> tag is found in the header.php file on around line 60. Trying adding Part 1 of the code there. I would advise using a Child Theme so that these changes to the code are not lost once the theme updates.
Let me know if this works for you.
Regards,
JordanHi Luis!
The JavaScript needs to be uploaded as an external file. To achieve this you need to access the files you have on your server using an FTP client such as FileZilla to upload the JS file. Or depending on your web hosting provider, they may have a platform for you to access the files you have on their server and upload the file.
After uploading the file, you need to get the file path to change the src in this code <script src=”js/rhythm-sample.js“></script>. Once you upload it externally and change the source properly then the button should function.
Regards,
JordanHey!
Great! Glad it worked.
Let me know if you need help with anything else.
Cheers!
JordanHey Peter!
Thanks for reaching out to us!
Try the following CSS:
#header_main .textwidget { margin-right: -250px; }
Just increase the negative value to put it more to the right if you wish. Place this code in the Quick CSS field under the General Styling tab in the theme options.
Cheers!
JordanHey cannonballb!
Thanks for reaching out to us! Sorry to hear about your site being hacked.
There are 2 plugins you can use to help resolve this broken link and broken images issue you are experiencing. They are Regenerate Thumbnails and Broken Link Checker. They should help with this issue.
Let me know how it goes and if you need further help.
Best regards,
JordanHi adam2311!
Thanks for reaching out to us!
Please check this link https://kriesi.at/support/topic/pagination-not-working-after-wordpress-4-4-1-and-enfold-3-4-7/#post-565212 and ensure you are using the latest version of the theme and WordPress.
If the above does not work, please provide login details in the Private content section of your reply.
Best regards,
JordanHi volmering!
Thanks for getting in touch!
Could you please provide us with a link to your site and login information to have a closer look. You can put the details in the Private content section of your reply.
Also try increasing the memory allocated to PHP https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
JordanHey!
Glad to hear you found a solution to your issue :)
Best regards,
JordanMarch 15, 2016 at 3:36 pm in reply to: How to disable header main menu hover fade transitions #598426Hi bigjoechef!
Could you also please provide your site URL login details here in the Private Content section of your reply.
Best regards,
JordanMarch 15, 2016 at 3:32 pm in reply to: How to position header main menu area social links to the far right? #598423Hey bigjoechef!
Thanks for reaching out to us!
Try adding the following CSS to the Quick CSS field under the General Styling tab in the theme options:
.social_books { right: 0 !important; }
If this does not help, please could you please provide a link to your site and login information so that we can have a closer look at the issue. Put the login details in the Private Content section of your reply.
Best regards,
JordanHey envis!
Thanks for reaching out to us.
Upon looking at your site I see that someone has already added color to the meta menu when scrolling down. In your style.css file on line 100, this is what is there:
div#header_meta { border: none !important; background-color: rgba(25,25,25,0.4) !important; }
The background color is set a transparent grayish color when it is scrolled down. If you you to have the main menu and the meta menu displaying the same color and behaving the same way, then remove the line with the background color above.
Cheers!
JordanHey!
Glad to hear you solved the issue on your own!
Best regards,
JordanMarch 15, 2016 at 7:26 am in reply to: Blog post grid layout has no margin between second and third post #598207Hey TedGL!
Try also adding the following CSS to the Quick CSS field:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all .slide-entry { margin-bottom: 20px !important; } }
Let me know if you need anything else.
Cheers!
JordanMarch 15, 2016 at 7:08 am in reply to: Left alignment problem on mailchimp form fields on mobile #598198Hey TedGL!
Thanks for reaching out to us!
Please add the following CSS code to the Quick CSS field under the General styling tab in the theme options:
@media only screen and (max-width: 479px){ .responsive .avia_ajax_form .form_element { margin-left: 0 !important; } }
Best regards,
JordanHey!
Try the following CSS to push the main menu below the slider:.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 30px; } .header_bg { height: 30px !important; } div#header_main { top: 316px; } div#av_section_1 { margin-top: 90px !important; }
Let me know how it goes!
Best regards,
JordanHey NetphoriaInc!
Thanks for reaching out to us!
There are no theme options to place the main menu below the slider. the main menu can currently be to the top or in a left or right sidebar. You can even place a menu in the footer.
Also if no logo is uploaded the theme defaults to the Enfold logo. So the best way is to hide the logo div using CSS, since there is no theme option to achieve what you want.
Let me know if I misunderstood anything or if you require more information.
Cheers!
JordanHey!
Try adding the following CSS code in the Quick CSS field under the General Styling tab in the theme options.
h3 a{ color: #2e3192 !important; }
Let me know if it works.
Cheers!
JordanHey clairemartindigital!
Thanks for reaching out to us and sorry for the delayed reply.
Could you please provide us with a link to your site and login information so that we can have a closer look at the code and the issue. You can put the login details in the Private Content section of your reply.
Cheers!
JordanHey gharding!
Thanks for reaching out to us!
Could you please provide a link and login information to your site. You can place this in the Private Content section of your reply. Please also ensure that you are using the latest version of WordPress and the theme.
Regards,
Jordan -
AuthorPosts