Forum Replies Created
-
AuthorPosts
-
Hey Havi!
Add the following code in the Quick CSS field under the General Styling tab in the theme options:
.blog-categories.minor-meta { display: none; }
Let me know if there is anything else I can assist with.
Cheers!
JordanHey Arcatech!
Thanks for reaching out to us!
Could you also provide login details to the site in the Private Content section of your reply.
Cheers!
JordanHi!
Glad to hear it worked! Feel free to reach out with anymore questions.
Cheers!
JordanHi!
Glad I could be of assistance!
Cheers!
JordanHey!
Still not able to login. Saying that the account needs to be activated by an administrator.
Regards,
JordanHi!
Try the following CSS to change the color on mobile only:
@media only screen and (max-width: 767px){ #top .av_header_glassy.av_header_transparency #header_main { background-color: #FFFFFF; } }
Cheers!
JordanHi AirstreamCoach!
Thanks for reaching out to us!
I’m seeing the code being displayed in the news excerpt in the footer widget. Could you provide login details to your site. You can put the information in the Private content section in your reply.
Best regards,
JordanHi michael_world2cycle!
Thanks for reaching out to us!
The Fontello site is here: http://fontello.com/. You can search for the USD and EUR symbol there.
Best regards,
JordanHi!
Glad it worked! Feel free to reach out to us if you have anymore requests.
Regards,
JordanHey Kyran!
Thanks for getting in touch!
This is possible with CSS. If you send us the link with to the page with the heading you would like to change, we can provide you with the CSS to do so. Please place the link in the Private Content section of your reply.
Best regards,
JordanHey!
Glad it is all sorted out!
Regards,
JordanMarch 16, 2016 at 11:59 pm in reply to: how can i make the facebook social icon blue by default? not only on mouse over? #599302Hi!
Could you provide login details to the site to have a closer look. Custom CSS doesn’t seem to be changing anything either.
Best regards,
JordanHi!
Is it possible to provide us with login credentials to your dashboard to have a closer look. You can put the details in the Private Content section of your reply.
Best regards,
JordanHey!
Could you please provide a link to the example blog post page with the title you want to remove. You can place the link in the Private Content section in your reply.
Cheers!
JordanHey in2sight!
Thanks for getting in touch and sorry for the delay.
Could you please provide us with a link and login credentials to your site. You can put the login details in the Private Content section of your reply.
Best regards,
JordanHey Christian!
Thanks for reaching out to us!
The issue may be within how your Child theme is setup. Please ensure that your Child theme has a style.css and functions.php file. Provide us with a link and login credentials to have a closer look. Put the login details in the Private Content section of your reply.
Regards,
JordanHi Iain!
You can try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:
.single-post .post-title { display: none; }
Cheers!
JordanHey!
Thanks for getting back to me!
Add this code as well:
#top .av_header_transparency #header_meta { background: rgba(0,0,0,0.20); }
That should display the same color as the main menu before they both scroll.
Cheers!
JordanHi!
Add the following code instead:
.social_bookmarks li { margin-left: 0; } . .avia_textblock .av-social-link-facebook a { color: #fff; background-color: #37589b !important; } . .avia_textblock .av-social-link-twitter a { color: #fff; background-color: #46d4fe !important; } . .avia_textblock .av-social-link-youtube a { color: #fff; background-color: #a72b1d !important; } . .avia_textblock .av-social-link-gplus a { color: #fff; background-color: #de5a49 !important; } . .avia_textblock .av-social-link-linkedin a { color: #fff; background-color: #419cca !important; } .avia_textblock .av-social-link-mail a { color: #fff; background-color: #9fae37 !important; }
Best regards,
JordanHi!
Not sure if you reset the login information you gave earlier as well but I am unable to login now. Please check the credentials and let me know. In the meantime please try increasing your PHP memory following the instructions here https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP or ask your hosting provider for help and try the import again.
Post the login information here as soon as you check them.
Regards,
JordanHey!
Add the following code to the Quick CSS field in the theme options to display the footer menu items horizontally:
#menu-terms-and-privacy a { display: inline; } #menu-terms-and-privacy li { display: inline; }
For your second question, you wish to move the menu next to the copyright text? Not sure if that is what you meant because they are in two different columns.
Regards,
JordanHey!
Simply add the code and refresh your homepage to see the changes take effect. If you are still having issues please provide you login credentials to the dashboard in the Private content section of your reply.
Best regards,
JordanHey Micke!
Thanks for reaching out to us!
Could you please provide the link to your blog posts so that I can have a closer look at the posts and the featured images you wish to remove. You can place the information in the Private Content section of your reply.
Cheers!
JordanHi artbava!
Thanks for reaching out to us!
Could you please provide login information to your site in the Private Content section of your reply, so I can have a closer look at the issue.
Cheers!
JordanHey etheravion!
Thanks for reaching out to us!
Unfortunately there is no easier way to import the theme settings. Sorry for the inconvenience but it is something we can look into for the future.
Regards,
JordanMarch 16, 2016 at 7:57 pm in reply to: Trouble in switching the site in the final destination #599150Hi Andrea!
Glad to hear you solved it.
Cheers!
JordanHey voldemarasp!
Thanks for reaching out to us!
I am unable to view the link as the site is under construction or in maintenance mode. Please provide access to the site so we can have a closer look. you can provide details in the Private content section of your reply.
Regards,
JordanHi!
Glad I was of help! Feel free to start a new topic if you have more questions and need assistance.
Regards,
JordanMarch 16, 2016 at 7:33 pm in reply to: how can i make the facebook social icon blue by default? not only on mouse over? #599140Hey!
Add !important after the line color: #fff so the code should look like this: color: #fff !important;. Add that to the Facebook and Youtube code I gave earlier.
Try the following codes for your other requests:
.social_bookmarks li { margin-left: 4px !important; }
Set the height of the color section in the Advanced Layout editor and remove the padding. If you are still having issues, please provide me with login credentials.
Cheers!
JordanHi pachanights!
Thanks for reaching out to us!
Your site is timing out when trying to make the change, which is why you are receiving the Internal Server error. When logging into the dashboard it took a long time to load. Here are some things you can try to see if this helps:
1. Try disabling the plugins and try again to edit the main menu.
2. Please try increasing the maximum execution time and PHP memory limit. Ask your web host to do this or follow the instructions here https://premium.wpmudev.org/blog/increase-memory-limit/
Most importantly report internal server error to your hosting provider if you have not already done so.
Cheers!
Jordan -
AuthorPosts