Digital experiences for all disciplines
Forum Replies Created
-
-
No worries.
Somehow after the last theme update it works now with the search.php in the child theme.
Ok… great.
Thanks.
Hi David,
I have added the code as you suggested to the Theme Custom CSS/JS area. Not my favorite spot to put code but it seems this is the only way to do it right now.
When I update the Theme the settings in the Custom CSS/JS area will be still there right?
Elias
Are you sure that the order is handled by WordPress? I think this is theme specific and there must be an option for this. I have tried with your code but as I said before it still doesn’t works unless I switch the order of the called CSS files.
Again if I switch the order of the CSS files it works as it should be but how can I achieve this?
You are right there was a missing closing bracket but it’s still not working. What I have found out is the order of the called .css files are important. Normally the child CSS file will be called first and than the responsive CSS file will follow.
Current – Not working:
Line 130: <link rel='stylesheet' id='sf-main-css' href='foo/wp-content/themes/dante-child/style.css' type='text/css' media='all' /> Line 131: <link rel='stylesheet' id='sf-responsive-css' href='foo/wp-content/themes/dante/css/responsive.css' type='text/css' media='all' />
Fixed – Working:
Line 130: <link rel='stylesheet' id='sf-responsive-css' href='foo/wp-content/themes/dante/css/responsive.css' type='text/css' media='all' /> Line 131: <link rel='stylesheet' id='sf-main-css' href='foo/wp-content/themes/dante-child/style.css' type='text/css' media='all' />
If I switch them around in the browser inspector it actually works! But the order is something you guys have to change somewhere in the main theme right?
Unfortunately we have the website still on a staging server which is not accessible from outside the company. Do you think it will work with z-index?
That’s what I have thought as well but unfortunately it’s still not working. What can I do?
Thanks for the follow up and the consideration for an update.
So David, it’s not possible to add some extra excerpt or the beginning of the actual content form one page? As at the moment there is only the title which is (in my opinion) not much to decide if one should click at a certain result.
Hi Kyle, the font in general (html/body) when viewing with a high resolution. I think this is usually with @media done right? Or does the Dante theme this already at certain elements?
Great! 🙂
[spb_column width="1/6"] [spb_single_image image="3126" image_size="full" frame="noframe" intro_animation="grow" full_width="no" lightbox="no" link_target="_self" width="1/1" el_position="first last"] [spb_text_block pb_margin_bottom="no" pb_border_bottom="no" width="1/1" el_position="first last"] <div style="text-align: center;">Name</div> <div style="text-align: center; color: #999;">Position</div> [/spb_text_block] [/spb_column]
Which looks like the image below. You can click on edit, duplicate or delete (red squared area) but nothing happen.
Attachments:
You must be logged in to view attached files.I have just checked, the theme version is 3.3.2. Unfortunately the website is still on staging and not accessible from the outside.
-
Posted in: Reply To: Edit Column 1/6 Edit Bug