Forum Replies Created
-
AuthorPosts
-
Just to confirm this is fixed to, thanks again man!
February 20, 2015 at 12:36 pm in reply to: Google maps in layout builder not appearing properly #399574Thanks Elliott, this fixed it all!
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
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.
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.
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.
September 25, 2013 at 5:17 pm in reply to: Categories have all suddenly started returning 404s #166164Okay sorry about that problem solved. Don’t know how it happened but simply re saving my permalinks seemed to fix it.
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
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.
Also thought I’d point out that the grid only does this when at sort of ipad/mobile dimensions.
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?
Hi, thanks for the suggestion but unfortunately this doesn’t work either.
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
September 19, 2013 at 12:54 pm in reply to: Changing default image for posts without featured images. #163548Hello,
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 :)
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 :)
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;
}
}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 :)
I think it might be the menu items that need shortening because they stay at 116px in height when the rest moves upward.
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.
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 :)
Hello I have added the code above but it resulted in this outcome…
And when users scroll down the menu gets even smaller rather than staying the same size. Like in the picture below:
August 13, 2013 at 10:20 am in reply to: Trouble changing colour of menu links in styles tab. #134689Hello,
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 :)
August 12, 2013 at 1:06 pm in reply to: Trouble changing colour of menu links in styles tab. #134687Also 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?
July 22, 2013 at 2:39 pm in reply to: Is it possible to add widgets to custom post types archive sidebar? #130106Hello Devin,
Thanks for the reply. I suppose this is understandable. Thanks for the message anyway, I think I may have solved the problem.
July 18, 2013 at 11:26 am in reply to: Is it possible to add widgets to custom post types archive sidebar? #130104Also 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?
July 18, 2013 at 11:21 am in reply to: Is it possible to add widgets to custom post types archive sidebar? #130103Alright, 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 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.
July 18, 2013 at 12:05 am in reply to: Can Enfold be customized to look like JoveniaJuveler.se? #130158I 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.
July 17, 2013 at 11:45 pm in reply to: Is it possible to add widgets to custom post types archive sidebar? #130102I 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.
July 17, 2013 at 10:45 pm in reply to: Is it possible to add widgets to custom post types archive sidebar? #130101 -
AuthorPosts