Forum Replies Created
-
in reply to: Several Issues Happening
Hi,
To me it looked like you have enabled website cache and your slider JS causing some issues due to going inside cache. Just remove your cache by now, clear your browser cache and then hard reload your chrome to test your website.
Thank You
in reply to: Problem with Specular UpdateHi,
My friend your active theme version is 2 while current active theme version is 3.4 which means you are using an outdated theme. So, directly updating to 3.4 can crash your website as version 2 theme was coded for WordPress 4 but now WordPress 5 have totally different things and 3.4 works on that base.
So, to update your theme now you have to keep your full backup and do it manually to avoid any content loss. I hope you got my point.
Thank you
in reply to: Clients remove linkHi,
Still that error:
“Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”Can you please confirm if you are able to see login page ?
Thanks
in reply to: Fixed menu not working after update.Hi,
Because its a premium theme not used from the WordPress repository. We are not doing so because certain users never update theme and once they do like from version 1 to version 4 there websites crash and they even don’t know the cause. So, we are keeping them safe too.
Thank You
in reply to: Adding scrolling text link to OnePage themeHi,
OK, Kindly provide me your admin logins so I can do this for you. I have to add a class to the link then I will inject some js to make it work for you.
Thank You
in reply to: Clients remove linkHi,
My friend I am unable to login and here is the error I got:
“Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”Kindly make sure it allows me to login so I can do it for you.
Thank You
Hi,
My friend at server side make sure you keep all your backup of every thing like full website, once you done let us know ?
Thank You
in reply to: Service Circle Icons Missing?Hi,
I have activated all required plugins and your icons are there. Kindly have a check now.
Thank You
in reply to: Adding scrolling text link to OnePage themeHi,
Kindly just let me know where and which link text you added ?
Thanks
in reply to: Specular Logo in Heading?Hi,
Kindly check now third menu from bottom named Specular is your theme options.
Thank You
in reply to: Clients remove linkHi,
Kindly provide your admin login credentials here as a private reply so I can make those links not clickable.
Thanks
in reply to: Clients remove linkHi,
Can you please share the URL of the page where you are facing this issue ?
Thank you
in reply to: Fixed menu not working after update.Hi,
Can you please elaborate what you mean ?
Thanks
in reply to: Adding scrolling text link to OnePage themeHi,
The code which you are using to scroll your link. I mean your jQuery code.
Thank You
in reply to: Remove Header / Blog Image SitzeHi,
Here is the code add_image_size( ‘custom-size’, 220, 180, true ); mow make sure you use it with your own code like you change your ‘custom-size’ to your own named and same way your own widths and heights.
You have to call it in some sort of hook like ‘init’ hook.
Here your full code now:
add_action( "init" "custom_image_size"); function custom_image_size(){ add_image_size( "custom-size", 825, 619, true ); }I have done a lot for you and its beyond the scope of support but still we are there to for you so you get it done.
Thank You