Hey David!
Please refer to my post here https://kriesi.at/support/topic/header-with-social-icons-and-bottom-use-text-instead-of-social-icons/#post-215140
to move “Phone Number or small info text” section to next to social icons.
And add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
background-color: #888;
color: white!important;
border-color: #888!important; }
#top .main_color .avia-color-theme-color { background-color: #888; }
Best regards,
Yigit
If we can have options for full functional menu on top, left, right, or even bottom. And the options for the top menu below a huge header image (full screen), it stick to top when you scroll down. This design is getting popular for one page design.
Regards,
Darren
Hi all,
I have been working with Enfold for a number of sites now and never actually needed this forum :) However I have one now where I want something special. I am not sure if a support forum is the place to be as its more like a customization of the masonry portfolio.
So whats the deal?
Its possible to show title and excerpt on the hover panel of the items in the masonry, however I would like to show an image there. I was able to do this by setting it to excerpt, and add <img src=” etc to the excerpt. Looks pretty ok, only now ofcourse in the search results the image is shown aswell, and probably will on other areas of the site at some point.
Here is a screenie of the work in progress: http://www.borkent.com/screenie.jpg
I have a custom metabox setup in the portfolio admin to add the image needed for the figcaption hover panel, and I found the code in masonry_entries.php “<div class=’av-masonry-entry-content entry-content’ {$markup}>{$content}</div>” but somehow I just cant get the image to show correctly, it either breaks entirely or shows multiple instances of the src url.
If anybody can tell me how to squeeze in this custom metabox entry without it duplicating zillions of times etc etc I would be very greatfull! Or maybe there is a way to use a function to insert something there?
Kind regards and thanks for awesome themes!
Thomas
ps. just clicked my link and I see it opens in the lightbox, this is the same lightbox as on the enfold template and it has some css bug. Here is a css fix for it.
problem: http://www.borkent.com/screenie_lightbox_kriesi.jpg
fix:
@media only screen and (max-width: 767px)
{.pp_details {
height: 50px!important;
width: 100%!important;
}}
div.pp_default div.pp_content_container .pp_details {
margin-top: 5px;
}
I also noticed I had to change some stuff to get logos working correctly in responive mode, I fix it with this:
@media only screen and (max-width: 767px){
.responsive .logo img {
margin: 0 auto;
max-height: 80px!important;
}
I have used the code here: https://kriesi.at/support/topic/randomize-partnerlogo/ to randomize the logos, and it works well. However, I have a few questions.
I think this can be done, but I know just enough PHP to get myself into trouble. I would like to randomize the logos on the slider, but not the grid. Is that possible? I would think
if($config['type'] == 'slider') shuffle($this->id_array);
would do it, but I couldn’t get it to work. What am I missing?
Also, on the grid, the links aren’t following the logos. Meaning, I have a page with the partner/logo element configured for a grid, and the links aren’t following the logos, they are staying at the alphabetically sorted location. Thoughts? Fixes?
Thanks,
-jeff
Hi Peter,
Thanks for your reply. It’s very strange as that title tag at the top was not reflecting my changes made in the All in one SEO pack yesterday but looking through them all they are correct today. Very confusing but all in order now. I did update the SEO pack I think so perhaps that has helped.
Thanks for taking the time to assist me :)
Much appreciated.
kcParticipant
I’ve been able to somewhat achieve what I’m looking to do but I am not quite there yet and need help.
I have created a page with multiple color sections, each with their own ID.
I then add those IDs as custom links to the Main Menu.
Clicking the menu scrolls me to the desired Color Section.
Manually scrolling to the a color section highlights the nav item. Perfect.
HOWEVER…
I want to create the menu for the page targets on the PAGE itself, not on the main menu and have that menu ‘dock’ under the main menu when scrolling so that it is persistent below the main menu.
I have turned off main menu size transforms so that it is a fixed size.
Please have a look at these images to see what I am describing…
View of page nav on pag (POC page)
http://www.keithcorcoran.com/x01.jpg
View of page nav on POC page when clicking on or scrolling to About Us target.
http://www.keithcorcoran.com/x02.jpg
View of Main Menu rollover over top of persistent page nav
http://www.keithcorcoran.com/x03.jpg
I have tried to create a new custom widget area at the top of the page with a new menu within it but the menu doesn’t behave as the main menu does with regards to class name updating to ‘current-menu-item’
Here are the needs for this request
- This ‘page contents menu’ I’m trying to create should be on the page itself.
- Menu would be manually created for each page it is needed on.
- Menu should be at a z-index above the current page and stay fixed below the Main Nav
- Clicking link on Page Contents Menu should scroll to Color Section Target
- Scrolling to Color Section Target highlights target in Page Contents Nav
I can manage the css myself mostly unless there is some trickery to highlight the nav. I’m looking for a way to make this happen even if it means adding/extending some functions.
Thanks!
-
This topic was modified 12 years, 2 months ago by
kc.
-
This topic was modified 2 years, 2 months ago by
Yigit.
Sorry to open a new thread with the same name, but unfortunately this one here got closed prematurely:
https://kriesi.at/support/topic/yoast-seo-plugin-makes-some-pages-go-missing-incompatibility/
It’d be great if the forum moderators could be a bit more patient before closing threads… I couldn’t even reply to the last post in the above thread (private reply from user “maximondo”)… any way to do so, to say thank you???
Anyway… back on topic:
I managed to resolve the problem with disappearing pages upon activation of the Yoast SEO plugin. Seems like other users of the Enfold theme were experiencing the same issue:
http://wordpress.org/support/topic/some-pages-disappear-when-i-activate-the-plugin?replies=6#post-5171996
The solution in that thread (modifying functions.php) didn’t work for me. Some pages still went missing in WP-Admin, but were visible online. So I temporarily activated the “Twenty-Fourteen” theme that comes with WP3.8 and voila: all pages were back again.
I then noticed that I still had a lot of pages from the Enfold demo content (marked as “draft”). So I trashed & deleted all of the demo content pages, and re-activated the Enfold theme. And… woooohooo: All pages visible.
Don’t know why, and what happened – but at least it’s now working.
Still: Might be worth investigating for the Kriesi/Enfold team. It could well be that the number of pages or drafts was the problem….
Hi Yigit,
I am so sorry, but it doesn’t work, not even on the laptop.
None of the below mentiones codes-snippets has any influence on the color.
Neither this way:
#top .header_color input[type=’number’],
#top .header_color input[type=’tel’] { color: white!important; }
nor this way:
#top .header_color { color: white !important; }
nor that way
.responsive.social_header .phone-info span
input [type=”number”] { color: white !important; }
Regards,
Klaus
Hi!
I checked the source code of some pages and all pages have a title tag at the very top – you can find it below the charset meta tag
<meta charset="UTF-8" />
Cheers!
Peter
Hi Guilherme!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .social_bookmarks li a { font-size: 18px; }
Regards,
Yigit
What is the Quick CSS to make the top header (social media icons) larger?
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks { float: left; margin-top: -4px; }
#top .social_bookmarks li { padding: 0!important; }
Cheers!
Yigit
Hi!
In the grid.css file you can copy out the initial grid sizing and then modify it to your needs. You’ll need to put it inside an appropriate media query based on what viewports you want the different size to take effect.
See:http://css-tricks.com/css-media-queries/
Cheers!
Devin
Hi!
In the past some other users also asked for it and i do not remember such issue. Can you try adding following code to Quick CSS as well
#top .header_color input[type='number'], #top .header_color input[type='tel'] { color: white!important; }
Best regards,
Yigit
Hey akamaxbuz!
Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
If you want to double the size, instead of 200 please enter 176 then add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main {
padding-top: 176px;
}
Cheers!
Yigit
Hi!
I just saw that you have posted your website on another thread so i could take a look at your website. I still think is issue is caused by following css code
.textwidget span.av_font_icon.avia_animate_when_visible.av-icon-style-.av-no-color.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
margin-top: -12px!important;
}
Can you try removing it and adding following code instead
#footer .av_font_icon { margin-top: -12px !important; }
Best regards,
Yigit
Hey Kropstar!
Please go to wp-content\themes\enfold\includes\admin folder and open register-backend-styles.php file. There you can find predefined colors. For adding Google fonts, please see Ismael’s post here https://kriesi.at/support/topic/fonts-3/#post-213641
Best regards,
Yigit
Thanks so much Yigit. It worked like a charm :)
E.
Hi!
I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:
'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
Below, add this code:
'slideshare' => array( 'font' =>'fontello', 'icon' => 'ue802'),
I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:
'Youtube' => 'youtube',
Below, add this code:
'Slideshare' => 'slideshare',
You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802.
Cheers!
Ismael
Hello! I have a question.
How do i remove the “portofolio-item” from URL? Because i don’t want to show.
For example i don’t want: http://www.studioblitz.ro/portofolio-item/filmari-nunti-otopeni-cu-simona-si-bogdan/
I want: http://www.studioblitz.ro/filmari-nunti-otopeni-cu-simona-si-bogdan/
Please advise me in order to progress further.
Thank you!
With respect,
Sorin
Ok i found the solution :
I used “CSS Classes (optional)” in menu a use the following css
.main_color .widget_nav_menu ul:first-child>.catego, .main_color .widget_nav_menu ul:first-child>.catego {
color: #5c5c5c;
border-top-width: 1px;
border-bottom-width: 1px;
border-style: dashed;
}
.widget_nav_menu ul:first-child>.catego, .widget_nav_menu ul:first-child>.catego, .widget_nav_menu ul:first-child>.catego-ancestor {
width: 100%!important;
padding-right: 52px;
padding-left: 0;
left: auto;
top: 1px;
}
Seems to be ok
Hey Ismael,
thanks a lot for your answer. It helped me out. I found what I was looking for :)
I have one more question and perhaps I can ask it here instead of creating new topic. I would like for the headlines in the textblocks to be set to “normal size” as default and to be able to change to “bold size” if needed. Is this possible? If I choose a special heading the H! is normal but not in text block?
Thanks again.
Regards
Kris
Hello,
Thank you for the input. I found the “color section.” Is it possible to make color sections in posts as well?
Also, after I make the color section, could you please advise on how to place the panorama into this section?
Panos are implemented through shortcode:
[panorama360 src=”http://kenko8.com/pano/wp-content/uploads/2014/01/panoo.jpg” style=”position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;” mousewheel=”1″][/panorama360]
I have the above css in my quick css btw.
Thank you
Hey!
Du kannst alle Feature Requests hier: https://kriesi.at/support/topic/enfold-feature-requests/page/18/ posten.
Öffentliche Roadmap gibt es derzeit keine. Der Plan sieht derzeit so aus, dass wir heute oder morgen ein Update veröffentlichen, welches Video Backgrounds und Parallax Effekts zu “Color Sections” hinzufügt und man kann jetzt auch Videos zu den Slidern hinzufügen. Weiters gibt es Detailverbesserungen – zB aktualisiert sich jetzt die Filter Liste des “Masonry Portfolios”, wenn man den “Load More” button klickt und die Copyright Zeile unterstützt jetzt Shortcodes. Das nächste Update wird vermutlich rtl Support und LayerSlider 5 bringen und dann sehen wir weiter.
Regards,
Peter
Dear Support,
for my website http://www.busch-analytics.de I put my phone-number in the header area.
Via CSS I changed the color into white. This works fine on my laptop, but not on iPhone/iPad.
On iPad/iPhone the text “Telefon” is white, but not the numbers. What’ s the reason for this strange phenomenon?
What I found out is, if I change the numbers to text, it works as it should do.
How can I change this?
This is my CSS-code (Quick-CSS)
.header_color .phone-info {
color: #ffffff !important;
}
Thank you very much for your help.
Kindest regards,
Klaus
Hey condonpb!
Please go to Enfold theme options > Header tab and choose to display “Non-fixed header with additional navigation” and add your text in “Phone Number or small info text” section
Cheers!
Yigit
Hi sbeauchesne!
1) You can use this plugin to maximize the search power of your website: SearchWP
Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
2) You can hide the sidebar with following css code – insert it into the quick css field
#top.search .sidebar {display: none !important;}
#top.search .content.template-search {width: 100% !important;}
3) Yes, insert this code at the very bottom of functions.php:
add_filter('avf_ajax_search_label_names','avia_change_pt_label_name', 10, 1);
function avia_change_pt_label_name($label)
{
if($label == 'Portfolio Items') $label = 'Partners';
return $label;
}
Best regards,
Peter