I have some issues on my wordpress site.
I used divi 3.0 theme for my website.
Then there is a issues, so I am trying to fix it.
On header there is a logo and six menus.
It looks good on mozilla and Chrome but not good on safari.
Please check the following site, and please let me know what is the reason.
http://jane.devocm.com
Thank you
I see that the centered-inline-logo-wrap has an inline style="width: 416px;" Did you add this? Safari isn't showing the inline style on that element like chrome is. Is there a different way you could apply this? To the class instead of the element directly?
Related
I came across a problem with the WPBakery Page builder (I have V. 6.7.0) on the live page.
I use the theme Sway (v. 2.2) by Key-Design, and they both support each other, but out of the blue the output code started to show in the text block and live on page! What could cause this?
I have tried looking in every .php file in my WordPress folder, even in the theme styling, and I can't find an answer.
Here is an example what every text and title looks like:
Anyways, thank you for your time!
I am working in a website on wordpress with a free theme and I want to change font styles of site title, main menu or menus of specific divs. I tried to install Easy Google Fonts plugin but theme is not supporting it. When I activate it following error is showing
Fatal error: Class ‘WP_Customize_Section’ not found in …wp-content\themes\parallaxsome\inc\customizer\parallaxsome-customizer-classes.php on line 386
I asked about it from theme author and he let me know to contact plugin author.
https://accesspressthemes.com/support/topic/i-want-to-change-font-family-of-site-title-and-main-menu/#post-70747
After that I asked plugin author of Easy Google Fonts and waiting for reply.
https://wordpress.org/support/topic/plugin-is-not-supporting/
Please let me know the solution. If some body knows.
Thank you in advance!
One solution would be to hard code your changes in the theme's style.css file.
You can find the file following this path - wp-content > themes > yourtheme > style.css
Open this file using a file editor and you will be able to edit all the styling, including the font.
It will help if you use the source code as a reference so that you can find the correct classes and ids that are associated with the element.
It's pretty simple to change the font, you can use this as a reference to find the one you want - https://css-tricks.com/snippets/css/css-font-families/
EDIT: Here is an easier way that your client would perhaps understand if they have a very basic knowledge of CSS - https://www.inmotionhosting.com/support/edu/wordpress/change-wordpress-appearance/change-font-globally
Alternatively, there are a ton of other plugins that will do the same thing as the Google Fonts plugin. For example: https://wordpress.org/plugins/use-any-font/
Hopefully, this will provide you with enough information to help.
i using the portfolio-theme studio 9 from simon bouchard.
A great theme with powerfull options.http://themes.simonbouchard.com/studio9/works/
now i would like to change the view of the work-section.
the featured image should change at hovering.
i search fpr the term and found a lot of stuff but always very special and i don´t know to code it in my theme. i´m not good at php or java.
my idea is to work with custom fields and to add a line of code that the image change to the custom field at hovering. i hope it is so simple and you can help me to fix the problem.
thank you so much!
i saw the effect at this page http://heydays.no and found it very very fresh.
The site you like uses ajax to cycle through multiple images when the block is hovered. Your theme probably does not support that. I suggest you look for a theme or plugin that offers the effect you want out-of-the-box. This one comes close and you may be able to set it to do a complete image switch instead of an effect. But the effects actually look cooler to me than the image switch.
I am having problems trying to figure out how exactly i can edit a simple page of the website. I didn't initially create it so i am given the task of trying to understand someones code. So the problem is... i am trying to change the simple font colour on the front home page, but i cannot even find the CSS file on magento or Wordpress so i'm kind of confused. I want to change the white font colour to black.
Do i just log in with FTP and edit the pages manually on there? Please give me some information on how i can go about editing any pages at all.
Wordpress
Wordpress have /wp-content/themes/ for a directory which stores all instaled themes (downloaded or created by you). You can edit everything of a theme there. The default stylesheet file in wp's /wp-content/themes/[yourtheme]/style.css. Attention: this CSS file can import another from somewhere else.
Finding the style
You can find the ids and classes statements just positioning the mouse over the element that you want to discover what is influencing it, right button click and select Inspect Element if in Chrome or Mozilla. An add-on to help is Web Developer.
Possibly useful links: http://ithemes.com/tutorials/ ; http://mcbuzz.wordpress.com/wordpress-tutorials-complete-list/ ; http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/ ; http://line25.com/articles/15-tutorials-to-help-you-build-wordpress-themes
Web developer
Mozilla | Chrome
#edit Yes, you can edit via FPT or SSH connection ;P
In wordpress you should check in settings->reading what the front page is set to and css changes can be done in the theme folder wp-content/themes/theme_name/ and for magento the css is usually in /skin/frontend/package/theme/css. or somewhere close depending on the template.
I'm using Drupal 7 for a site I'm making, but when I am using the dashboard/backend of drupal the modal box doesn't fit on my screen and causes a wierd scrollbar (FF & Chrome etc) bug that I've never seen before on any site!
See how the bottom down arrow has disappeared?
On some screens this means that I can't see the bottom of the page, hiding the save buttons.
It works fine with drupal standard themes, but not on my Zen subtheme.
Has anyone seen this before? or has anyone got a theory on how to fix this?
Thanks in advance.
You can get rid of the overlay completely by disabling the Overlay module.