Home Forums Theone WordPress Theme MobileDevice Logo Size, "Scrolldown"-Effect on Buttons, Imprint etc. in Footer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6283
    crzee
    Participant

    Hi 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”

    #6291
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi 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.js

    You 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

    #6292
    SeaTheme
    Keymaster
    Purchased
    Expired

    I’ll add the feature(2.SmoothScrolling-Buttons) in next version.

    #6428
    crzee
    Participant

    Thanks 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!!!!

    #6429
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi, 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

    #6431
    crzee
    Participant

    sooo good – thank you so much!!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.