Lars.Lemming
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Page Builder Framework] Remove the menuThank you David, the above advice is very much appreciated, though I noticed that there was no text saying “Add menu” once I had uploaded the page to a remote server where I could view it without being logged in to WordPress!
However, what I would love to be able to do is to place the social media icons (Facebook, Youtube, Twitter, Instagram etc.) in the location where the menu would normally be – next to the logo, so that the logo is aligned to the left and the social media icons is aligned to the right!
Is this possible?
You can view the page on https://www.hjertestarterskabe.dk – though it is in Danish ??Forum: Themes and Templates
In reply to: [Astra] Site identityThis is truly amazing, even though I have created the ticker with the Brainstorm Force team, I not yet had a usable answer to my question!
Maybe that is why it should be created as a ticker on their website!
Not happy with this level of service!Forum: Themes and Templates
In reply to: [Astra] Adding keywords to the Astra theme@ Suman – this is exactly the issue, I can not.
I use Rank Math, and when I go to “Pages” and click the pencol icon I can enter keywords, but ehen I try to save them, it is not posdible – never mind how many times or in which way I try to do so!
Ad an “old fashion” HTML coder of static pages, it used to be easy to enter page and site keywords, but – to my great surpprice as it is such a vital part of search engine identification and registration – for some reason I hane not yet seen a WordPress theme ehere it was easily posdible!Forum: Themes and Templates
In reply to: [Astra] Site identityHi Vikas,
I have now more or less copied the above and created a ticker on your wpastra.com support forum, but is that in a way not defeating the whole idea of a publically accessible WordPress support forum?
Would it not be ideal to answer questions raised here in this forum, so that other WordPress users can also find answers to this question in this forum?Forum: Plugins
In reply to: [Autoptimize] Effect of removing Autooptimiz?It does, and thank you for your answer
Forum: Themes and Templates
In reply to: [Astra] Reducing the size of the header in Astra free themeSo, after a couple of hours I solved this issue by adding the following to the function.php file in my child theme:
/** START HEADR MANIPULATION */
.entry-header {
margin-top : 0 !important;
}
.page .entry-header {
margin-bottom: 0;
}
/** END HEADER MANIPULATION */Forum: Themes and Templates
In reply to: [Astra] Reducing the size of the header in Astra free themeI will open a ticket, but just thought it would be best with solution in this forum, as others may also be interedted in the solution!
Forum: Themes and Templates
In reply to: [Astra] remove widgets in footer and header@brainstormteam, I do have the last issue relating to the header (and probably header widget) which can be found here
I have in that post also shown an image of the issue – an image which is found here – for an explanation!
I would naturally appreciate your assistance with this question.Forum: Themes and Templates
In reply to: [Astra] remove widgets in footer and headerDid a workaround which means that I only have the issue with the header left – I will start a new posting for that!
Forum: Themes and Templates
In reply to: [Sydney] Footer and footer widget area issuesThank you Kharis Sulistiyono, With a small adjustment (#sidebar-footer.footer-widgets .widget-title {
padding-bottom: 5px;
}), this solved the issue between the “headline” and the actual text, but unfortunately not the two issues between the footer widgets and the actual footer and the issue between the actual footer text (the copyright text) and the bottom of the footer/page!
So – in the hope of getting further help – this is why I have not closed this post!Forum: Localhost Installs
In reply to: same user in PHPMyAdmin for different localhost sitesConsidered solved
Forum: Localhost Installs
In reply to: same user in PHPMyAdmin for different localhost sitesAhh – Got it, I have now created the user and password for the energreen site manually under the Privileges tab and then in the SQL tab added:
GRANT ALL on byemery.* to ‘Lars’@’localhost’;
GRANT ALL on flexsolution.* to ‘Lars’@’localhost’;
GRANT ALL on hjertestarterskabe.* to ‘Lars’@’localhost’;
and that seems to work – at least I have not gotten any errors!
Thank you ever so much Steve Stern for your helpForum: Localhost Installs
In reply to: same user in PHPMyAdmin for different localhost sitesYes, with the exception of the password, this is EXACTLY the statement I enter:
GRANT ALL on byemery.* to ‘Lars’@’localhost’ IDENTIFIED BY ‘MyPassword’;
GRANT ALL on energreen.* to ‘Lars’@’localhost’ IDENTIFIED BY ‘MyPassword’;
GRANT ALL on flexsolution.* to ‘Lars’@’localhost’ IDENTIFIED BY ‘MyPassword’;
GRANT ALL on hjertestarterskabe.* to ‘Lars’@’localhost’ IDENTIFIED BY ‘MyPassword’;Forum: Localhost Installs
In reply to: same user in PHPMyAdmin for different localhost sitesBTW Steve, thank you for your assistance, help and commitment – and that even on Thanksgiving, happy thanksgiving to you and your nearest
Forum: Localhost Installs
In reply to: same user in PHPMyAdmin for different localhost sitesHmmmmm – when I do that, I get the following error message:
Error
SQL query:GRANT ALL on byemery.* to ‘Lars’@’localhost’ IDENTIFIED BY ‘mypassword’
MySQL said: Documentation#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘‘mypassword’’ at line 1
The password ‘mypassword’ is naturally replaced by my actual password, but I do not want to put that out here – you never know ??
Any ideas?
- This reply was modified 5 years, 3 months ago by Lars.Lemming.