Hello, I hope I am at the right place. I am using the Rife Free Theme. On this Theme the submenu expands by clicking on an Arrow in the menu. I would like to know if anybody knows how to make the submenu apear on hover. Best regards axelp94
]]>Hi
Trying to help a customer using DeCode with Woo Commerce – getting warnings for out-of-date templatesWoo commerce for the following – wonder if there is an update that will fix this?
I just got a call from a new potential customer and saw they are currently using this theme. Wondering if there are any current issues with it as WP says it may be abandoned.
]]>I just added a hover effect on nav menu.When hovering, my submenu will slide down one by one.But I guess due to themes pre-defined(all submenu will popout at once),these two hover effect will be executed at the same time.But I only want the one I added.
Only way I could found so far is to build a brand new one myself.
Wonering if there is more convenient solutions?
theme:avada
demo:creative
hover code(css):
.fusion-dropdown-menu:hover li{
z-index:5000;
animation: load .8s forwards;
display:block;
background:#000000;
perspective:1000px;
}
@keyframes load{
0%{
opacity:0 !important;
transform:translateY(-60px) scale(0.3) rotateY(250deg);
}
30%{
opacity:1 !important;
}
100%{
opacity:1 !important;
transform:translateY(0px) scale(1) rotateY(360deg);
}
}
.fusion-dropdown-menu li:nth-child{
animation-delay: 0;
}
.fusion-dropdown-menu li:nth-child(2){
animati
on-delay: .15s;
}
.fusion-dropdown-menu li:nth-child(3){
animation-delay: 0.3s;
}
.fusion-dropdown-menu li:nth-child(4){
animation-delay: .45s;
}`
Hi guys, first post.
I just started working with Decode.
I suspect that I’m not the first to ask this, but couldn’t find another reference.
How do I stop WP from displaying the speechbubble icon and “Comments are off for this post” in Decode? I did some Googling and followed the obvious route of editing comments.php and so on, but I think the theme is doing something clever that sidesteps the standard methods.
TIA, NP
]]>Hi there,
Haven’t updated the site in some time – and now the header image that worked for a couple of years doesn’t display. Safari, Chrome, Firefox, phones, all on different computers – no dice.
How can I bring the image back? Its a simple jpg.
I tried the following and the menu still does not expand on hover:
#header-menu .menu-item-has-children:hover > ul.sub-menu {
display: block;
}
Any suggestions?
Thanks
Hi George @mplusb (or others who can help),
I cut and pasted your replacement code as per your post helping @tooltrainer.
I got a syntax error when I updated the file. Now, I have lost everything in my (inc/customizer.php) folder and the site is experiencing several additional bugs.
Unfortunately I did not copy the contents of the entire folder, just the old section of code. Please provide the replacement code for the entire folder if you can. I’d appreciate any other help you can offer to get the site back to normal where I can edit the footer.
Thank you.
DM
Hi there,
Thanks for the great theme, I’m very happy with it. That said, I have one question: I’d like to add some custom social icons, and I’m not sure where I should be doing that. Looking back through the support forum, I see that most people have simply requested you add icons, so I suppose I could ask that… but I wonder if it’s possible instead to add a “add custom network” field, where one could upload an icon for networks you don’t have in the system?
Personally, I would like to add links to my Librarything and IMDB profiles, but I can imagine other people might also want to add Goodreads or other sites.
If implementing that is too much of a nightmare, then… is it possible to do it with a child theme, without breaking updates?
Thanks for whatever help or suggestions you can offer me.
]]>Hello
After a long time of not updating the theme I updated from ~3.13 to the latest version of 3.15.3.
The menu at the top of the page on my website has stopped auto-expanding. You now have to click it in order to see the items under it. In addition these items now stay stuck on the page and don’t ‘collapse’.
I am using a decode-child theme with a few very small php and css changes but otherwise everything else is the theme normally.
The style.css for the child theme has these two menu changes:
/* Stops the shake animation on menu items */
.menu-item a:hover{
animation: none !important; /*Firefox*/
-webkit-animation: none !important; /*Chrome*/
}
/* fix downward facing menus */
.horizontal-menu ul ul ul {
left: 100%;
top: 0;
}
I would like to restore the previous functionality of the menu items expanding on mouse hover and then going away when the mouse hover leaves.
Please help.
Thank you.
]]>When I originally installed this theme a couple years ago, I put my company address in the footer. Since then the address has changed, and I need to update the site.
But I can’t seem to figure out how you edit the footer content! I found it in the DB, but editing it there caused some major problems and I had to revert from a backup. I can’t find any feature anywhere in the theme or in WP itself, for editing the footer.
What am I missing? How can this simple thing be done?
]]>I had to add this in wp-config.php to make this theme work in the customiser.
define(‘CONCATENATE_SCRIPTS’, false);
DO you know why it does not work out of the box?
The css on this page gets jacked up making it unusable.
]]>Hi,
I just upgraded to wordpress 4.6.1, the theme (a very old version) worked fine. I then upgraded to theme version 3.15.3 and the icons on my site became huge and stopped responding to mouse rollover. This effect can be seen at cassm.net. Is there any easy fix for this?
-Cass
EDIT:
The icons have now become the right size again. I don’t know whether this was some issue on my end, or is an intermittent issue which you may still wish to look at. Icons and titles are still not responding to mouse rollover, but I don’t know if this is a deliberate change in the theme since the last version I used.
]]>On a (non-HiDPI) display, featured images are shown at a fairly low resolution (792px across). However, the theme’s content width is dynamically set (60% is the default setting).
As a result, on a typical 1920×1080 monitor, the featured image being served to the browser is merely 792px, but it’s being stretched to fill a 1216px-wide space. This results in fairly blurry photos.
You can see an example at this post. If you inspect the featured image, you’ll see that its source is https://i0.wp.com/blog.christopherscott.ca/wp-content/uploads/2015/05/0-DSC07323.jpg?fit=792,527
. The full-size image has the same URL, but without the “fit” GET parameter (i.e. https://i2.wp.com/blog.christopherscott.ca/wp-content/uploads/2015/10/0-102A9998.jpg
).
In a previous version of Decode, the theme always served up the full-size image for the featured image. That was bad, since full-sized images can be quite large and slow to load. The theme has since been updated to provide images which are far too small. Please update the theme to serve featured images in a reasonable size for non-Retina displays.
For example, the theme could default to using the Large size defined by the user (1200px in my case), or it could use a max width of content_width * 1920
(where content_width
is the percentage value specified in the theme’s Customize menu).
The metadata shown beneath each post on the main page includes the date, byline, and post comments. Each of these has its own class (“posted-on”, “byline”, and “post-comments”, respectively). However, the post-comments <span> element has a typo:
<span clas="post-comments">
The term “clas” should be “class”. This typo appears in template-tags.php. As a consequence of this typo, users cannot specify custom CSS attributes for the post comments metadata field, which is a bug. Please correct this in a future update.
]]>I would like to know if there is a quick way to make menu button keep appearing even in small frames.
]]>Since the update of decode there are problems with the images, alright.
Now I realized that there is also a problem with jetpack: publicize (the part that shares blogs to fb a.s.o.) does not work.
I am not sure, but it could be since your update,..
any one else experiencing that one?
Still waiting and hoping for a fix,
Johanna
Hi there,
I am using the decode theme along with a plugin (quiz and survey master) to generate a quiz.
Parts of the results are displayer as pictures (charts in .png) but the theme is always resizing them so they appear to small to be readen.
How can i fix this?
]]>Heya,
since I updated today to the new version of decode, all my images on the site are different… on the Blog they appear far too big, on the pages they just changed position as far as I can see.
have a look: https://dein-buntes-leben.de/buntes-blog/
I can′t find an option to change the appearance of the images in the blog. Is there any?
They are always 2000xXXXX px big, so facebook does show them correctly.
On my site they did appear in a reasonable size until today, tho.
What can I do? Is it a fault in your update, and I am just the first noticing? Or is there a box I didnt check or sth like that…?
]]>https://maryshaffer.com/wpmary/category/outdoor/
I don’t want “Category:” to precede the title of the category.
Can this action be blocked with custom css?
I found the following code in this file:
inc/template-tags.php
function the_archive_title( $before = '', $after = '' ) {
if ( is_category() ) {
$title = sprintf( __( 'Category: %s', 'decode' ), single_cat_title( '', false ) );
Thanks
]]>This is probably an easy fix, but I can’t seem to find it. I am using Decode theme. I want to change my single column Blog page to add a second column on the left and an archives menu listing past posts by month and year along with the title. I want to display 3 or 4 posts on the active blog page before they go to archives and are listed on the left. The link is https://lallabee.com/backstage/
Thank you very much for your help.
]]>Hello, I would like to be the Translation Editor for Decode Greek language (el). Is that possible?
If not, please review the waiting strings, translation is incomplete.
Thanks
.Panagiotis
]]>Just updated about 90 minutes ago. I now cannot login nor is the frontend visible to the public
After doing so I got these two messages, which also show up on the frontend:
Warning: require(/home/eagle30/public_html/johnswriting.com/wp/wp-content/themes/decode/inc/tgm-plugin-activation/tgm-plugin-activation.php): failed to open stream: No such file or directory in /home/eagle30/public_html/johnswriting.com/wp/wp-content/themes/decode/functions.php on line 183
Fatal error: require(): Failed opening required ‘/home/eagle30/public_html/johnswriting.com/wp/wp-content/themes/decode/inc/tgm-plugin-activation/tgm-plugin-activation.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/eagle30/public_html/johnswriting.com/wp/wp-content/themes/decode/functions.php on line 183
]]>Failed to load resource: the server responded with a status of 404 (Not Found)
https://example.com/wp-content/themes/decode-child/assets/icomoon.css?ver=3.0.7
<link rel=”stylesheet” id=”decode-icomoon-css” href=”https://example.com/wp-content/themes/decode-child/assets/icomoon.css?ver=3.0.7″ type=”text/css” media=”all”>
]]>Hi,
I’ve just updated to the new version and my main (header) menu stopped showing. I’ve tried to turn off all of my plugins and it didn’t seem to help. I would appreciate your help.
This is a link to my site.
Thanks,
Lior
First, thanks for this great theme!
I don’t usually use IE browsers but I noticed Decode isn’t working with IE8 under Windows 7. I first thought it might be something with my website, like a plugin conflict, etc., but even your own demo site isn’t working for me with IE8. This is a brand-new install of Win 7. The websites look fine using Firefox Nightly.
My website on IE8 has the sidebar icon all the way in the upper-left corner and it will not open when clicked. The body of the website is not restricted by width, text goes all the way across.
Your demo page (https://www.machothemes.com/demo/#Decode) looks even worse, though the sidebar menu is open by default, the video is a black window, the photos are extremely large. There is no issue with Firefox.
Even though I don’t use IE, I’m sure a lot of people do.
If it is okay to add a side question, where do I edit the theme to allow my site logo image to allow for a larger one, because it seems to restrict the size now?
]]>I need help with two issues on my page https://www.zsf2016.com
1) Is there a way to maximize the width of the footer menu that shows all the logos?
2) How can I change the font size of the footer text (“Info | Team”) ?
Thank you in advance
]]>Hello!
My website has a green color scheme, and the grey borders are seem little weird on it.
How can I change the border color of the search widget field and button, and the text color in it? I tried to find it in the CSS file, but I failed ??
I successfully changed the border of the comment box (with a custom “textarea {border-color: black;}” CSS), but the ‘Post comment’ button’s is also caused headache for me.
Thanks for your help!
Have a nice day ??
]]>Hi Scott,
I know this has been resolved in a previous release of Decode, but I just upgraded to your new version and my social header icons are now gigantic.
Any easy way to restore them to the normal size?
]]>Sub Menu dropdowns not appearing on header menu or sidebar menu when you hover or click. please help.
]]>