-
Search Results
-
Topic: Hiding Menu On One Page Site
Hey guys,
Is there a way to hide the navigation menu on both mobile and desktop when I am creating one page site? Link below. Thanks!
The client has asked why the “Back to Top” icon on the desktop does not appear in the mobile version. Is there a way to make this appear on mobile as well?
Sorry for the bad topic title but I would not know a better way to describe.
If I have an internal link in the page (see private section) I can redirect the visitor to another page wich contains a tabcontrol
By adding this: “../#tab-id-8” I can redirect not only to the page but as well as the desired tab that opens.But somehow the visitor gets send to the middle of the page, I mean, the visitor must scroll up in order to be able to read the text in whole.
Sorry again for the bad explaining.Thanks big time for the help!
Hi, I am looking to make some style changes to a post in a certain category. I saw in this post https://kriesi.at/support/topic/different-category-different-style-border-hover/ that there should be a category class added to the body tag, however, in my case, the class is added to the article tag, which is lower in the page than the style I need to adjust. Can you tell me how to make sure that my category class is added to the body tag, so it can be used for the entire page layout? I am using Enfold 3.8 and WP 4.6.1. Thanks, and I hope this makes sense!
Hi,
I am currently working on a new site for a client and they would like to have the phone number, address and email in the main header section on the right. I have been able to get to a certain point with desktop, but it looks horrible as you reduce the screen and then at a certain point it all just disappears.
Here is the code I have added to my functions.php file
add_action('ava_after_main_menu','logo_text'); function logo_text() { echo "<div class='logo-text'>Muh Phone</div>"; } add_action('ava_after_main_menu','logo_address'); function logo_address() { echo "<div class='logo-address'>Muh Address</div>"; }And here is the code I added to the Quick CSS editor.
.logo-text { position: absolute; left: 1600px; top: -130px; font-size: 26px; } .logo-address { position: absolute; left: 1600px; top: -60px; font-size: 14px; line-height: 15px; }Can someone please point me in the right direction to get this setup correctly. Your help is greatly appreciated.
Viewing 30 results - 88,591 through 88,620 (of 142,852 total)
