ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Warning: require(vendor/autoload.php) errorHolly Cow!!!
Well, in this case, is better you contract a developer to take a look at this for you.
As I research, the problem seems to be not difficult to solve…
Good Luck!
Forum: Themes and Templates
In reply to: Site doesn't work on iPhone SafariDid you tried to use CSS media queries for iPhone?
Forum: Themes and Templates
In reply to: [Zerif Lite] New Page and Menu IssuesHey therealcrazy8!
You can provide your site URL? It will help to find out a solution.
Thanks!
Forum: Themes and Templates
In reply to: [Cazuela] Missing Author Error..Please HelpHello rishabh9100!
I think I found something for you.
https://fivera.net/hatom-feed-hatom-entry-error-wordpress-solution/
Let me know if it helps.
Cheers!
Forum: Themes and Templates
In reply to: [Atahualpa] Justification in the menu barHello bahaddin!
Just paste this code on your child theme css or css plugin:
ul#menu-main-menu.menu{ text-align:left !important; }
Let me know if it works.
Cheers!
Forum: Themes and Templates
In reply to: Site doesn't work on iPhone SafariHey Khadesa!
What kind of problem you found on the iphone ? I’ve tested your site here using a Windows Phone, and I found some small issues.
Forum: Themes and Templates
In reply to: [Athena] Cannot add slider in static frontpageHello!
I took a look in the Athena theme, and seems that behavior you mention is normal. I believe you need to modify the code to make the slider appear on all your static pages.
Good Luck!
Hello TiagoRodrigues!
Did you tried to use Force Regenerate Thumbnails plugin?
Let me know if it works for you.
Cheers!
Forum: Themes and Templates
In reply to: easy to edit themeHey alancrook!
You can use a simple theme with Site Origin plugin. Is free and you will be able to create something pretty close that you make on photoshop.
https://siteorigin.com/page-builder/
Otherwise you will need to hire someone to do it for you.
Hope it helps!
Cheers!
Forum: Themes and Templates
In reply to: Need help overlapping logo on top of header menuHello The Virtual Visionary!
You will have to modify the site header (header.php). Now the Logo is a background image. You need the logo as an stand-alone image inside your header. Something like:
<img src="yourlogo.jpg" class="my-logo" />
Your css will be something like this:
img.my-logo{ display:block; position:relative; width:(replace with the logo width, in px); height:(replace with the logo height, in px); z-index:100; top:(adjust the position as you like, in px); }
Let me know if it works…
Just to remember… The best way to do this is using a Child theme. Otherwise, after a update, you will loose all those modifications.
Good Luck!
Hello blueboyblonde!
The better way to solve your problem is contacting the developer and check with them how to do it.
Cheers!
Forum: Themes and Templates
In reply to: Warning: require(vendor/autoload.php) errorSorry to hear that Guebrara…
Did you try to contact the developer?
I found 2 links for you…
https://stackoverflow.com/questions/18312707/why-my-autoload-php-of-composer-doesnt-work
https://stackoverflow.com/questions/18406096/autoload-error-no-such-file-or-directory
Let me know if it helps
Good luck!
Forum: Themes and Templates
In reply to: [Sydney] Change the Menu button for mobile to a different colorHey!
Paste this code on your css file or plugin:
.btn-menu{color:blue;}
Change blue to your color of choice.
For your menu:
.ul#menu-menu.menu{margin-top:30px;}
Let me know if it works ??
Ps: Nice site!
@josh Robbs I didn’t find yet
@doug search & replace plugin works, but I had problems to download images…
Apparently the importer appears to be problematic for a long time. I found 2 articles about it:
https://www.tjkelly.com/blog/wordpress-import-failed-how-to-fix-it/
https://make.www.ads-software.com/core/2015/11/18/wordpress-importer-redux/
Its absurd Automatic didn’t fix this plugin yet…
Forum: Fixing WordPress
In reply to: Oops! That page can’t be found – after save post/pageHello!
I tried everything: debugging, remove unused plugins, remove unused themes, change the theme to default one, increase memory via php.ini and wp-config.php. Also a clean install malfunctioned as well.
The only thing that works was change all my sites to the Dreamhost VPS. I’ve migrate all of them 2 days ago and since of them, the problem seems fixed.
My guess: memory issues.
@lorro thanks for your help ??