iamrohan
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Theme uploading to www.ads-software.comThanks for the reply. It still displays this message for me when trying to upload a new theme: https://prnt.sc/boi31y
Maybe I am missing anything?Thanks,
Forum: Everything else WordPress
In reply to: Theme uploading to www.ads-software.comYes, would appreciate any estimated time as to when it will start accepting the themes.
Thanks,
Hi,
Try this instead:
.site-branding {
background-color: transparent !important;
}Hi,
By default the background of header is set to the shade of orange. You can remove it sing following css:
.site-branding {
background: transparent !important;
}Cheers!
Forum: Themes and Templates
In reply to: [Plaino] images on main pages, PlainoHi,
Please share your website url, so I can take a look at it.
Forum: Themes and Templates
In reply to: [Plaino] Social ?consHi
You need to add them as a menu. It will automatically detect the link of specified social media and will associate an icon for it.
Forum: Themes and Templates
In reply to: [Plaino] Social MenuHi,
You need to add them as a menu. It will automatically detect the link of specified social media and will associate an icon for it.
Hi,
By default this is not possible. It will require a third party plugin to do so. If you want, i can help you with it.
Forum: Reviews
In reply to: [Plaino] Cool but header is to bigHi,
Header size can be actually controlled via CSS code. Let me know if you are interested.
Forum: Plugins
In reply to: Selecting location when vistors land on siteHi,
There are many such plugins available. Include “Geo location” in your search term.
Hi Jeff,
First of all apologies to reply here. I ran into this: https://www.ads-software.com/support/topic/plugin-jquery-accordion-menu-widget-peculiar-issue-in-chrome-safari?replies=2 issue mentioned by you and came to know that you managed to fix it. Since the thread was closed, I was not able to reply you there. Can you provide some more details as to how you managed to fix it. Any help from you is much appreciated.
@fireproofsocks Apologies for replying here.
Have a nice day!
Forum: Installing WordPress
In reply to: Am really lostThis might help: https://codex.www.ads-software.com/Installing_WordPress
Forum: Installing WordPress
In reply to: semi-transparent content boxShare the page url.
Forum: Everything else WordPress
In reply to: Link appending to domainTry resetting your permalink by navigating to settings -> permalinks and setting it to default structure -> save changes and than again setting it back.
Forum: Fixing WordPress
In reply to: Add login form to a specific menu itemI managed to make it working using replacewith() function: https://www.w3schools.com/jquery/html_replacewith.asp
by replacing the content of specific menu item with the login form.
Hope this will help you.