Forum Replies Created

Viewing 30 posts - 1 through 30 (of 45 total)
  • Author
    Posts
  • in reply to: Styling pricing tables like demo theme? #399575

    Just to confirm this is fixed to, thanks again man!

    in reply to: Google maps in layout builder not appearing properly #399574

    Thanks Elliott, this fixed it all!

    in reply to: Styling pricing tables like demo theme? #399011

    Hi there,

    thanks for the reply but in this instance I have used the highlight dropdown but it doesn’t seem to achieve the result expected. In the image I attached earlier the middle column uses the highlight feature but looks the same as the rest.

    You can see @ artistlab.co.uk/web-design

    in reply to: Logo not changing when updated in back-end #367002

    Thanks, glad you like it :)

    This worked perfectly, all fixed. Glad it was nice and simple.

    Also, sorry for the slow reply just got round to revisiting this site now.

    in reply to: Logo not changing when updated in back-end #341583

    Hi, I’ve even just replaced the logo show with a different one via FTP to overwrite it and then cleared cache etc, still not working.

    in reply to: Styles tab not working child theme. #167825

    Hello thanks for the codes but i’m looking to change the primary and highlight colors for bold fonts/links and so on· For instance the green on the search button or the green when you hover over an image.

    in reply to: Categories have all suddenly started returning 404s #166164

    Okay sorry about that problem solved. Don’t know how it happened but simply re saving my permalinks seemed to fix it.

    in reply to: Styles tab not working child theme. #166036

    Hi there,

    I shall do this but unfortunately my hosting provider is not exactly renowned for great service. Could you possibly point me in the direct off how to change these styles manually as a tempory fix?

    i.e. the css for changing the primary & highlight colors for the header, main content and alternate,

    This would be of great help.

    Thanks

    in reply to: Styles tab not working child theme. #165638

    Hello,

    I am using version 2.1.

    I just deactivated all plugins but the styles still didn’t work.

    And I wish to change the primary & highlight colors for the header, main content and alternate content.

    in reply to: Questions about thumbnails and featured images. #165630

    Also thought I’d point out that the grid only does this when at sort of ipad/mobile dimensions.

    in reply to: Questions about thumbnails and featured images. #165628

    Hello thanks for the reply,

    Sorry I forgot to clear the cache for the grid situation because it is a recent change. It is done now can you check again please.

    And also thanks for the info on the featured image. Just wondering if I change those dimensions will it then work at a lower scale?

    in reply to: Styles tab not working child theme. #165315

    Hi, thanks for the suggestion but unfortunately this doesn’t work either.

    in reply to: Styles tab not working child theme. #163551

    Hello there.

    I just tried a predefined color scheme however that still doesn’t seem to work. The only that seems to work when changed is the box or stretched layout but no styling.

    Thanks

    in reply to: Changing default image for posts without featured images. #163548

    Hello,

    The link is http://rerral.com

    If I don’t put a featured image on a post then nothing shows what I am actually talking about is the preview for the grid layout if there is not image.

    You’ll see on the homepage a few posts without featured images, generally videos. It’s just grey with a video symbol and then when you hover over it disappears.

    Thanks :)

    in reply to: Styles tab not working child theme. #163090

    Hello Devin

    Thanks for the help, I have deleted the CSS folder from the child theme and changed all the permissions to 755 as mentioned. I then saved the style changes and cleared the cache but still no changes.

    Also, I don’t know if it is relevant by within the dynamic_avia folder in uploads there is enfold.css, enfold-child.css and index.php.

    Also 755 unchecks writing permissions for group and public is this correct?

    Thanks :)

    in reply to: Making header smaller. #135796

    Hello,

    Thanks alot this is perfect!

    Just incase anybody else is trying to do the same thing here is the final code that worked for me. (Add it to your Custom CSS or if you have Jetpack in the Edit CSS section under appearance).

    @media only screen and (min-width: 768px) {

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a {
    height: 58px !important;
    line-height: 58px !important;
    }

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 58px !important;
    line-height: 58px !important;
    }

    /*header with social icons and bottom nav */
    .bottom_nav_header.social_header #header_main .container {
    height: 58px !important;
    line-height: 58px !important;
    }

    .fixed_header #main {
    padding-top: 58px;
    }

    .fixed_header.social_header #main {
    padding-top: 90px;
    }

    }

    in reply to: Making header smaller. #135794

    Hello Ismael,

    That code is perfect. The only problem is that black section still just below the menu. I have searched through the code alot but I can’t seem to find it anywhere.

    Usually in inspect element you can find any section of a site but it completely skips over that section. I shall leave it up like this for a few days so you can see it for yourself. You will see the menu and then a little section below it they seems impossible to get rid of.

    Thanks for all the help so far though :)

    in reply to: Making header smaller. #135792

    I think it might be the menu items that need shortening because they stay at 116px in height when the rest moves upward.

    in reply to: Making header smaller. #135791

    Unfortunately that code is the same as the first (which also didn’t work). And putting it in the desktop media query section of custom.css doesn’t seem to do anything. I can see it is somewhat the right code however the header still gets smaller as it follows the page.

    My aim is to have a header that is 58px in height consistently even when the user scrolls.

    I have also tried to change the same code in the layout.css file but it doesn’t seem to have any affect either, even after clearing the cache or trying a different browser.

    The code does however seem to work in the Edit CSS section provided by JetPack, but it makes the border and logo move but not the rest. I notice that in inspect element that you have the div id “main” and just above the div class “header_bg” but there seems to be nothing in between to edit the bottom section of the header. Trouble is that is the bit that needs moving upwards.

    in reply to: Making header smaller. #135789

    Hello thanks for the reply.

    The reason it looks fine at the moment is because I took the changes down due to the fact it wasn’t looking good.

    I understand the menu won’t change but what I am looking for is a header that doesn’t change size. So it always stays at 58px in height even when you scroll.

    Devins code seemed to be along the right lines but the header gets smaller when scrolling and there although it shortens the header there is a dark space still present so in actually the header is still the same size.

    Hard to explain without being visual but if you compare the screenshots above with the site how it is now you will get a clearer picture.

    Thanks for all the help :)

    in reply to: Making header smaller. #135786

    Hello I have added the code above but it resulted in this outcome…

    http://bit.ly/174NByw

    And when users scroll down the menu gets even smaller rather than staying the same size. Like in the picture below:

    http://bit.ly/184lNaB

    in reply to: Trouble changing colour of menu links in styles tab. #134689

    Hello,

    sorry forgot the link it’s http://rerral.com

    I have reload the page a few times and it still doesn’t work. I have also taken a look through the CSS files and can’t see an error. Also as far as I can tell all no custom CSS is related to the menus.

    There is a lot of CSS files so i’m still searching for the selector to change it manually but haven’t seen it yet.

    Thanks for the help :)

    in reply to: Trouble changing colour of menu links in styles tab. #134687

    Also is there a way to change the top menu so that it has different link styles than the main menu because otherwise the links become invisible when hovered or active?

    Hello Devin,

    Thanks for the reply. I suppose this is understandable. Thanks for the message anyway, I think I may have solved the problem.

    Also I just inspected the source code and I notice the custom sidebar has been registered to that page the widget are getting noticed but yet still nothing is popping up?

    Alright, I have been trying a new approach and I’ve gotten I little stuck. wondering if you have any advice.

    Here is what I have done so far:

    1) I registered a new sidebar using the following code at the bottom of functions.php:

    if ( function_exists('register_sidebar') ) {
    register_sidebar(array(
    'name' => 'Roster Sidebar',
    'id' => 'roster-sidebar',
    'description' => 'Appears as the sidebar on the custom roster',
    'before_widget' => '<div style="height: 280px"></div><li id="%1$s" class="widget %2$s">',
    'after_widget' => '</li>',
    'before_title' => '<h2 class="widgettitle">',
    'after_title' => '</h2>',
    ));
    }

    2) I then added widgets to the new sidebar.

    3) Next I created a file called file called archive-djs.php and copy the code from archive.php only replacing

    //get the sidebar
    $avia_config['currently_viewing'] = 'blog';
    get_sidebar();

    ?>

    With:

    <?php

    //get the sidebar

    get_sidebar( 'roster' );

    ?>

    4) Then I created a file called sidebar-roster.php and added:

    <div id="sidebar">

    <ul>
    <?php
    if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('roster-sidebar') ) :
    endif; ?>
    </ul>
    </div>

    Now I have reloaded http://gummet.com/djs and there is no a sidebar space but no sidebar???

    I know the problem is also fix there is just one magic bit of code missing. I can feel it in my bones.

    in reply to: change interior page content area color #127447

    In the back-end got to: Enfold –> Styling –> Main Content (Tab)

    You will then see ‘Main Content background color’ change it to white. Also your font colour is white so you might want to make that darker.

    in reply to: Can Enfold be customized to look like JoveniaJuveler.se? #130158

    I think the designer is probably right. It would be quicker and easy to design a theme from scratch to achieve this. Also, although the joveniajuveler looks alright I think the Enfold theme (and WordPress) would enable you to create a more extensive and better website.

    I notice in the avia layout editor the blog post widget. You can choose from displaying blog posts from categories and entries from a custom taxonomy.

    Is there a way in which to instead display posts from a custom post type?

    This means I could build an index page for that specific post type and then therefore assign a specific sidebar or widget area for that page.

Viewing 30 posts - 1 through 30 (of 45 total)