That’s what I meant, I can get the font to be white (intended) but then the background is white too (not intended).
When using
#top #main
.sidebar {
background-color:#738ca2!important;
font-size:80%!important;
font-color: #fff!important;
}
The background should be blue (#738ca2) and now it is not. How can I solve this?
Need to open another topic because the original one was closed ;-)
https://kriesi.at/support/topic/gravity-forms-are-not-working-with-layout-editor/#post-176970
You got me wrong, Dude. The issue is not just the “insert form” button in the Tiny MCE editor. I can live without that.
It´s the fact that the “Submit” button disappears and the form data are not beeing sent on the page. See what´s happening if you submit the form on http://www.eoswiss-engineering.ch/contact/
Hi!
Please try to add following code into the quick css field to fix the calendar styling issue
#top a {
max-width: none;
}
Cheers!
Peter
Hello!
Please hire someone for the customization. I’d suggest http://www.microlancer.com/
The code here https://kriesi.at/support/topic/solution-making-the-iconbox-element-fully-linked/ is not very useful because
1) It’s w3c invalid. It’s not allowed to wrap an inline element like link (a href) tag around a div and
2) it would break the links inside the content because you can’t add a link to a link.
This modification needs to be done properly (on the php code & styling level) and it doesn’t make sense to provide quick dirty hacks which do more harm than good.
Cheers!
Peter
Hey!
Maybe you used the ” Siti internet Sassari | Siti web Sassari” page as portfolio grid page in the past? Then the wrong breadcrumb was caused by a technical limitation. WordPress doesn’t know which “portfolio grid” is the parent page of a “single portfolio entry” because the portfolio grid is actually just a shortcode which is embedded into the content. Kriesi found a workaround and Enfold stores the id of the portfolio/grid page into a session. If the session data exists the breadcrumb will show the portfolio grid link in the breadcrumb, otherwise not. So if the user first views the grid page the server will save the id into the session and as soon as the user views the single portfolio entry Enfold uses the session data to build the breadcrumb. On the other hand (if the user accesses the portfolio entry directly) it won’t save a session/id and the breadcrumb won’t show the portfolio grid page link.
I tested the portfolio page on your website and the breadcrumb seems to work for me now: http://www.screenr.com/iDtH . Maybe try to clear the browser cache and visit it again to get rid of the old session data.
If you want to show the portfolio grid page in the breadcrumb but just the portfolio categories of the current entry you can use the code I posted here https://kriesi.at/support/topic/breadcrumbs-with-portfolio/
Cheers!
Peter
Hi Ismael,
This stops the table being responsive, which is not an option on a site that is visited a lot by mobile devices (like mine). I hope you can sort it out, also with the table headers above the cell content in mobile devices, because this is very helpful!
Kind regards,
Dave
Hi,
first of all, great theme. I purchased it a couple of days ago and i was able to get nearly everything done, eventhough i have almost no WordPress expirience.
Still, i am running into a problem with the sidebar when it comes to color selection elements. I have a site with two color selection elements, one at the top and one in the middle of the page. The sidebar is displayed underneath the second Color selection, i want to have it underneath the first color selection element. What am i doing wrong.
I can not post a link to my site as it is currently running locally.
Any help would be appreciated.
Hi i arrleady learned how to add custom fields to the portfolio in this topic.
https://kriesi.at/support/topic/portfolio-items-custom-fields/
Just now i would like to know, how can i add some advanced custom fields to it, that i created with a plugin like
http://wordpress.org/plugins/advanced-custom-fields/ or
http://wordpress.org/plugins/custom-content-type-manager/
i did try to just add the name “datefield” of the customfield to the line in the register-portfolio.php:
‘supports’ => array(‘title’,’thumbnail’,’excerpt’,’editor’,’comments’,’custom-fields’,’datefield’)
but doesn’t work
Thanks for answers
-
This topic was modified 12 years, 2 months ago by
wesdacar.
Hi Yigit,
this checkbox is unchecked.
I Mean the grey fielt on top of the site:
http://holidaymarketing.de/
Regards
Thanks man! That did help A LOT! It still needs a bit. The lower navigation needs too snug up closer to the top navigation, and I still need to figure out how to add an image with link in just under the 2 navigation under like this site here:
I need to fit this in without pasting onto the background? Other wise it looks funny on my phone.
(“Your workplace. Your neighborhood.”
1-888-379-2865)
http://thesatelliteinc.com/
Compared to this site Im working on here:
http://scottsvalley.thesatellitecenters.com/
Yigit, Last bit of Quick CSS code helped a lot my friend, I’m trying to do my best to figure this stuff out, you guys totally rock with awesome support!
CHEERS!
Joshua
Hey!
Try with this code:
.nested_nav li {
text-align: left !important;
}
Best regards,
Josue
Am expressing the same issue on my samsung II… here my link http://www.crypticshell.co.uk . Tried it on desktop by squeezing the browser and am expressing the same issue at about 300px screen width.
Hey!
The latest update should the fix for the top header. For the mean time use this:
#header_meta {
z-index: 2;
}
Regards,
Ismael
Hello!
First, please edit css > shortcodes.css, find this code on line 1057:
@media only screen and (max-width: 767px)
{
.responsive div .avia-data-table table,
.responsive div .avia-data-table tbody,
.responsive div .avia-data-table tr,
.responsive div .avia-data-table td,
.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
.responsive .avia-data-table{border-style:solid; border-width: 1px;}
.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
.responsive .avia-data-table td:before {
display:block;
font-style: italic; font-size: 11px;
}
.responsive .avia-data-table td {
position: relative;
}
}
Remove it. We might need to adjust the table width.
Regards,
Ismael
Hello!
@yusufhgmail Please refer to this post https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-130631
@websitegurus You do not need to get angry. It is very normal that Ismael thought that error was caused because of a damaged or corrupted file. Please, you too refer to the topic above if issue persists on your end :)
Cheers!
Yigit
Thanks for that.
Unfortunately the menu child elements are still aligning to the right. Please click here to view what I mean.
Also, is there any way to reduce the padding to the right of the side navigation so the menu items appear on one line. There appears to be a fair bit of unnecessary padding.
Thank you
Hi Devin,
I modified the file custom.css to enfold / css and I have put on the desktop css media query you said.
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 300px;
line-height: 300px;
}
}
I have increased the value of the logo from 167 to 300px.
Logo.png image also I left at 300px and I uploaded it to wordpress.
The result is:
1) Explorer, chrome and safari ok.
2) Firefox when page load first (HTTP code 200) very small image returns. When subsequent load (HTTP code 304) the image correct returns.
3)Without modifying the css and upload a 150px image also happens.
It seems to be a problem only with the first load firefox.
Try to make a reload in firefox by pressing the “shift” key to clear the cache and you’ll see.
167px is very small for customers…;), they want to see your logo bigger ;)
As I can do to fix it?
Thank you!
Xavier.
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { #top #main .sidebar { border-left-style: none; }
.content { border-right-style: none; } }
Do not forget to flush browser cache after applying custom css :)
Cheers!
Yigit
Hello!
Currently your sidebar loks like your “before” screenshot.
If you would like to change background color to white, please add following code to Quick CSS as well
#top #main .sidebar { background-color: white; }
Regards,
Yigit
I am using WP Super Cache hopefully that is a good thing, I have another plugin that usually speed things up but with your theme it slows the page load down so I will go talk to them about that and see if I can get it to help things load faster.
My page speed is kinda ok for the desktop page load speed I just did not like seeing the errors, but the mobile part seems low to me at 71 out of 100 so unless I can get that faster I will have to add a separate mobile theme sadly.
Thanks for trying to explain things.
Ok found solution for displaying sidebar on mobile from another thread:
@media only screen and (max-width: 767px) {
.responsive .template-blog .blog-meta,
.responsive .post_author_timeline,
.responsive #top #main .sidebar {display:block; }
}
Only problem is the vertical border that separates main content & sidebar is displaying to the left of the sidebar.
I have tried to remove the border with @media css styles – but no success
Any idea how to remove the border and padding?
Thank you for your help!
Hello JoshuaNichols!
I posted custom css codes you need to achieve this a week ago in here https://kriesi.at/support/topic/need-to-make-edits-to-the-logo-and-header-sizes-as-well-as-move-the-navigation/#post-171385
If one of the other team member saw it before i did, they would spend time on something that has been solved already. So please stick to one topic :)
Cheers!
Yigit
Hey!
Solution here should work https://kriesi.at/support/topic/menu-bugstable-desktop/#post-173657
We do not know which version of Enfold you are using. Maybe you are using old one and need to update the theme in order to troubleshoot the issue
Best regards,
Yigit
Hi frankster1234!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.container_wrap { border-top-style: none; }
Best regards,
Yigit
Hello lpongo!
You can try forcing it by adding !important
#top #main
.sidebar {
background-color:#738ca2!important;
font-size:80%!important;
font-color: #fff!important;
}
If that does not work, please post the link to your website
Best regards,
Yigit