Home › Forums › Theone WordPress Theme › MobileDevice Logo Size, "Scrolldown"-Effect on Buttons, Imprint etc. in Footer
Tagged: footer, Logosize, mobile, smooth scroll
- This topic has 5 replies, 2 voices, and was last updated 11 years, 3 months ago by
crzee.
-
AuthorPosts
-
February 15, 2015 at 8:06 pm #6283
crzee
ParticipantHi guys,
first things first – very nice theme u created!!! ๐
Logo-Size
Can u tell how i can change the logo size in navigation for all devices?
When i change max-height in pagebuild.css .logo-image {} to about 80px and fit header-inn and margin-top to the logo, it looks okay on desktop-screen but not on mobile-devices. Do i need to fix it same way in ux-mobile and thats it? Is there a easier way?SmoothScrolling-Buttons
When i want to link a button on my onepage down to the contact form (with “#contact” as URL), it jumps down and is not scrolling down smoothly like when i hit “contact” in my navi.. Is that smooth-scrolling possible on cta’s?Imprint, FAQs etc. in Footer
How can i put footerlinks in to the footer?
Even my socialmedia-links are not showing up. But i do have the “Show social links in footer” on “ON” :)?!Sorry for that bad english. Hope u understand everything, if not, just let me know and i’ll try to describe it otherways..
“PreThanks”
February 16, 2015 at 4:27 am #6291Hi crzee, thanks ๐
1. the mobile logo size is set different with normal layout. The mobile layout header bar is 60px height only, the default logo height is 40px, I suggest using 50px:
Please login wp-admin, go to Theone / General Settings / Custom Css
Paste the css to Custom Css:body.page.ux-mobile #header.menu-default-hide #logo .logo-image, .ux-mobile .logo-image { max-height: 50px; }2. Please follow:
โ download the file, unzip it
โ login FTP, go to themes/theone/js/
โ upload / replace custom.theme.jsYou could add archor in button (in pagebuilde module, shortcode and BWslider), like the screenshot
3. Did you set the social link as the screenshot? https://www.dropbox.com/s/pqrzsa1wjer3pqg/QQ20150216-1.jpg?dl=0
February 16, 2015 at 4:28 am #6292I’ll add the feature(2.SmoothScrolling-Buttons) in next version.
February 26, 2015 at 9:52 am #6428crzee
ParticipantThanks a lot !!!
Got everything fixed by now.I got a new question by now – how can i set buttons, that will link to another side, on target=”_blank”?
Cause if the user hits the button he is gone…I also do have a problem when creating a new site in wordpress. As long as i do not publish the site, i can view my changes. But when i published it, it always says “Not Found. The requested URL /impressum/ was not found on this server.”
Do you know how to fix that? :-/Thanks in advance!!!!
February 26, 2015 at 11:54 am #6429Hi, welcome.
– find the /functions/pagebuilder/modules/button.php, in line 60,
<a class="ux-btn <?php echo sanitize_html_class($item_hasicon); ?> <?php echo sanitize_html_class($btn_size); ?> <?php echo sanitize_html_class($item_bgcolor); ?> <?php echo sanitize_html_class($item_mouseovercolor); ?> <?php echo esc_attr($animation_style); ?>" data-animationend="<?php echo esc_attr($animation_end); ?>" href="<?php echo esc_url($item_link); ?>"><span class="ux-middle">
update to:
<a target=โ_blankโ class="ux-btn <?php echo sanitize_html_class($item_hasicon); ?> <?php echo sanitize_html_class($btn_size); ?> <?php echo sanitize_html_class($item_bgcolor); ?> <?php echo sanitize_html_class($item_mouseovercolor); ?> <?php echo esc_attr($animation_style); ?>" data-animationend="<?php echo esc_attr($animation_end); ?>" href="<?php echo esc_url($item_link); ?>"><span class="ux-middle">– Sorry, i have no idea, it is not a theme issue.
Best
February 26, 2015 at 12:37 pm #6431crzee
Participantsooo good – thank you so much!!!
-
AuthorPosts
- You must be logged in to reply to this topic.
