Amarria
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: not shown top panel when viewing siteIt could be a plugin issue, are you able to login?
Go to https://www.yoursite.com/wp-admin
login -> users -> your profile -> SELECT CHECKBOX: Toolbar- Show Toolbar when viewing site
Try that, if not get back to me.
Forum: Fixing WordPress
In reply to: moving entire install to directoryAre you able to provide the site address? Can you log in? Do you have FTP access?
Forum: Fixing WordPress
In reply to: user mentions included in wp core?Yes @lucaskuperman
Forum: Fixing WordPress
In reply to: Footer errorThe installation on the subdomain is looking for the function of_get_option() but can’t find it. Have a look in your functions.php file and see if you can find this function. It may be because you are on a subdomain it is not finding the correct location.
I know one thing, this issue is 100% related to the theme as it is part of the Options framework and how the theme was built. Try reinstalling the theme or switching.
Forum: Themes and Templates
In reply to: [Graphene] Displaying the post’s update dateGreat, glad you solved it.
Forum: Themes and Templates
In reply to: Branding blurry after ressizingLooks amazing
Forum: Themes and Templates
In reply to: [EasyMag] is it possible to do this?Maybe not, there is a really good one called SevenMag. It cost $59 but is worth it for the features
Forum: Themes and Templates
In reply to: Branding blurry after ressizingI tried changing the image size to:
width: 50%;
height: 50%;that looks better but then there is a huge gap underneath.
I noticed that the logo for this theme is wrapped in several containers, I tried changing the height:
.img{
height: 100px;
}This seemed to have a more positive effect.
- This reply was modified 8 years, 1 month ago by Amarria.
Forum: Themes and Templates
In reply to: [Storefront] submenu not expanded on mobile viewYour theme may be rigid in the way it presents the menu. Have you tried installing a mobile plugin? This will allow you to choose a custom mobile menu or even create one for you.
Forum: Themes and Templates
In reply to: [EasyMag] is it possible to do this?The free theme will be a lot more limited in its features, do you know how to edit the theme files? If you do then you can create a child theme and make changes.
Forum: Themes and Templates
In reply to: Responsive doesn’t workSomething strange about your site, the right click mouse button doesn’t work. Is this a feature of the theme?
The responsive issue you have might be fixed by using a different theme, try switching to a different theme and see if the problem is solved. If it is then it is a problem with the theme.
If it is not then send me a reply and can investigate further.
Forum: Themes and Templates
In reply to: [Graphene] Displaying the post’s update datePlace this code in your home.php file:
<p>Last modified: <?php the_modified_date(); ?></p>
Forum: Themes and Templates
In reply to: Branding blurry after ressizingTry:
width: auto;
height: auto;if that doesn’t work try:
width: 100%;
height: 100%;Forum: Themes and Templates
In reply to: I have installed a premium theme on wordpress but site is blank.Can you elaborate, is it a completely blank screen? What is the address?
Forum: Fixing WordPress
In reply to: Too much API connexions with only robots visitsIt could be malware, do you have an anti malware plugin installed? If not install this plugin https://en-gb.www.ads-software.com/plugins/gotmls/ and run a full scan, it will either identify or rule this out as an issue.
The only plugin I can see that might be causing this is social warfare. Check the settings for this.
A key question to ask is what plugins do I have that require a Facebook API?
One thing that you might also consider is that your site may have reached a point in popularity where you need to increase your hosting or pay for API use.