- TutorialsDefault Block Settings Guide
in appearance – menus – manage locations, the menu option will not save. it defaults back to “Select a Menu”
Mine is doing the same thing. Each time I go in to the menu or theme panel to save to the menu I have created, it will not even save, it reverts back and does not save and the menu never appears. http://www.syllabusmagazine.com
THank You!
Hi,
Please edit your homepage and add the title here: http://screencast.com/t/QTRdi2nUpNJ3
Thanks!
Been working with the theme for much of the past week, love it – covers almost all my needs.
Only significant problem I’ve come across is the ‘visibility’ function in the widgets don’t work. My posts have several categories so I aim to have a sidebar for posts in each category showcasing most recent stories in said category (eg. so a post categorised in ‘TV’ would only list posts also in the ‘TV’ category).
You have the option for that – ‘Recent Posts’ and then changing the visibility. Trouble is it doesn’t seem to work. I tried ‘Show’ ‘TV’ but the result is still the most recent posts across all 7-8 categories. I tried ‘Hide’ and selected all the other categories – same result.
In terms of suggestions for future editions:
1. ‘Dark’ color scheme. Not every site uses white backgrounds, some of us like our black and/or grey ones. An option to swap the color scheme between them would be great.
2. More ‘Blocks’. Five’s just not enough, especially as many are quite similar. Any chance of a ‘Block 6’ made entirely of ‘Module 5’ and a ‘Block 7’ made entirely of ‘Module 9’? Is there a way to build our own custom blocks?
3. Increased color options. I work on a site with seven or eight different categories. I love that I can adjust the colours of the tags and some headers to assign a specific color to different categories but can this go further? Can this apply to elements such as the color highlight in main menu, the widget sidebar headings, and the big slide titles, etc.
4. Minimised author option. Right now in posts, the only way to see the author is to include the great big honking ‘Author’ box down the bottom. Any chance of an option to change it so instead the author’s name only appears in a line of text at the top of the post – between the category listings and the publication time (like it is on the category pages)?
5. A third header style. Right now there’s a thin line underneath writing with no background (style 1), or a thin line with a raised colored background behind only the writing (default). Any chance of a raised colored background across the entire line?
6. Gallery pictures – along with attachment page or direct image, any chance of a css-only lightbox style popup option so when someone wants to see a bigger picture in comes up in a closeable box?
7. Category Pages – For those of us with a LOT of articles – in some cases over 10,000 in one category, ways to sort the order of a content are a must. Current category pages list only from the most recent to the oldest. Any chance of a way to list a categories stories in alphabetical order and jump to a specific letter?
7. More AdSense boxes – specifically a secondary sidebar one. A lot of sites use a 300×250 AND a 160×600 or 300×600 further down in their sidebars.
8. Love the various styles in the ‘Social Icons’ widget, much more than the fairly ordinary design of the ‘Sharing’ options in the posts themselves. Any chance of the latter to be more like the former?
Hello tagdiv,
I would like to know how to change this header:
[IMG]http://i59.tinypic.com/1z2efr9.jpg[/IMG]
(Latest article into Latest Videos)
Thanks a lot. I found the way. I leave it here to help people who´s going to do same thing:
Just find class:
td-grid-wrap
And modify his padding and margin attributes from the header type you´re using on your configuration.
Thanks. This is my site:
http://wordpress.rubenluengas.com/
If this could be done. Please, write a step by step about it.
Hi,
My logo is wide. In theme panel I have tried header style 3 and header style 6, both are described as full width logo.
In desktop and mobile the logo is displayed below the main menu
When the screen size is standard mobile the logo is reduced in size and is displayed top right above the menu and search icon.
How can I ensure my logo appears below the menu and search icon and is displayed responsively.
Thanks in advance
Hi,
@latinwebdigital i don’t understand you question, please can you show me a screenshot or give me more details.
Thanks!
Hi Marius, this works for the big slider… is there a way to tweak the regular slider so that it has transparent background?
Hello #nowsathkwt
be sure you do this
1) https://forum.tagdiv.com/how-to-make-the-site-faster/
page cache, speed booster plugin beta
2) add the elements to htaccess file for expires headers, caching, etc.
3) make sure your server had gzip/deflate compression
4) install image optimize plugin, or change default compression in functions.php, re-render your images for compression
5) run speed test at GTmetrix (etc.); fix suggestions
Your site
http://gtmetrix.com/reports/connectkuwait.com/j8vmwWPR
note issues
* you don’t have expires headers on your site content; you need to add those to your htaccess file per my recommendations in this topic thread
* need to optimize images further
* you won’t be able to fix the stuff you’re loading off other sites like the .me.uk domain which is responsible for many of your “rating errors” — you’re loading images, CSS, JS and such from many other sites, and these all slow down your site and don’t meet the current optimization standards.
It would also be great if there would be an option in the theme settings to change the date format for all posts as there is for the top header menu.
Ok thanks.
Hi,
1. You can remove the menu only from code, edit header.php file and comment like here http://screencast.com/t/kyIO2VTz2OM
2. You can enable that from Theme panel -> Post settings http://screencast.com/t/9ceTSDyINn2k
Thanks for the message!
Hi,
Do you mean that the admin bar come over the menu like here: http://screencast.com/t/MVbQz5gnFtG that is because both admin bar and menu are with fixed position.
Thanks!
Reply via email!
That did it! Thanks so much!
No, when you’re signed to wordpress, the admin tool bar at the top of the site causes the sticky feature of the header menu bar not to work.
Hi,
Strange 🙂
Use this CSS in theme panel -> Custom CSS to align it
#outer-wrap {
left: -1px;
}
For transparent header use this CSS, but htis is for header style 3, depend on which header you use
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
Thanks!
thanks for replying.. and i already tried but it didn’t work..
it keeps written “Click here-to select or create a menu”…
i really wanna figure it out..
thanks!
Hi,
You have managed the issue? I see that you have the menu when you scroll down, see here http://screencast.com/t/37hY2R8r
Thanks for the message!
Hi,
Go to Theme panel -> Header and on Header menu select a menu http://screencast.com/t/EO9YzYelaj and save, To create a menu go to Appearance -> Menus
Thanks!
Hi,
You want to remove this white color from header? http://screencast.com/t/xKiTT0evqAM
Add this CSS in Theme panel -> Custom CSS
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
Thanks!
