-
AuthorSearch Results
-
April 16, 2017 at 2:40 am #778337
In reply to: Adding Custom Ordered List Style
Hey Felix,
I was able to do this on my localhost:

It is not exactly what you wanted, but maybe you can use it.
First use the “code block element” were you want the list. Then use this code for your list:<ol> <li><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod ultrices ante, ac laoreet nulla vestibulum adipiscing. Nam quis justo in augue auctor imperdiet. Curabitur aliquet orci sit amet est posuere consectetur. </p></li> <li><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod ultrices ante, ac laoreet nulla vestibulum adipiscing. Nam quis justo in augue auctor imperdiet. Curabitur aliquet orci sit amet est posuere consectetur. </p></li> <li><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod ultrices ante, ac laoreet nulla vestibulum adipiscing. Nam quis justo in augue auctor imperdiet. Curabitur aliquet orci sit amet est posuere consectetur. </p></li> </ol>Then use this css code in the General Styling > Quick CSS field:
ol { color: #ccc; list-style-type: none; } ol li { position: relative; font: bold italic 45px/1.5 Helvetica, Verdana, sans-serif!important; margin-bottom: 20px!important; } li p { font: 12px/1.5 Helvetica, sans-serif!important; padding-left: 3px!important; top: -5px!important; position: absolute; color: #555; }Hope this helps :)
Best regards,
MikeApril 16, 2017 at 12:15 am #778308Hey alsonjonsolutions,
Please refer to this link for a possible solution: https://kriesi.at/support/topic/please-clear-this-up-for-em-ga-tracking-2/#post-349057Best regards,
MikeApril 15, 2017 at 11:26 pm #778304Topic: Need help editing home page
in forum EnfoldWisith
ParticipantHello,
1. How can I edit the tag line? Please see attached, I circled the top part. It says “My Blog” currently…I want to remove that.
2. How can I remove the tags of the picture names? Please see attached picture. When I put the arrow on a picture, it shows the file name.
3. How can I remove the lines to the sides of the pictures. Please see attached picture.
Thanks so much!
April 15, 2017 at 8:49 pm #778282In reply to: Glossy icon regular and hover
Hi,
Try this code in the General Styling > Quick CSS field:#top #menu-item-search a:hover, .html_header_top.html_header_sticky #header #menu-item-search a { color:#1D6047!important; }Change the color to what you want for non-hover, use this with your other code that controls the hover color.
Best regards,
MikeApril 15, 2017 at 6:03 pm #778255Hey maxndi,
I believe I understand, you wanted to use the debugger to copy portfolio entries. You also had a white space at the top of the post. I logged in and viewed each post, which all had the white space at the top created by the “Color Section Element”, so coping and pasting the debug code will just keep adding it. I removed the “Color Section Element” from /profilgleiter-flach-2/ created /profilgleiter-flach-4/ and pasted the debug code and it worked fine. Please let us know if this answers your question.Best regards,
MikeApril 15, 2017 at 5:30 pm #778243Hi Shanon,
no, i like it, I reduced the main menu points, so it is perfect.
I have an other topic:
Since Thursday the menu on the mobile version doesn`t work perfekt.
when there is a submenu I can`t open the main menu page on the smart phone. Do you have any idea how to solve that problem?Kind regards and happy easter!
Liane
April 15, 2017 at 5:18 pm #778241In reply to: Post Masonry with Category Filter on IE9
Hey scherar,
Try this code in the General Styling > Quick CSS field:.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none; /* Safari 4+ */ -moz-animation: none; /* Fx 5+ */ animation: none; /* IE 10+ */ } .av-masonry-entry { opacity: 1 !important; visibility: visible !important; }Best regards,
MikeApril 15, 2017 at 4:09 pm #778230In reply to: change sidebar colour
well you won’t like it because even aside did not go from header to footer – it stops when content is less than main content.
try:#top #main .sidebar { background-color: #900 }and you will see what i mean
April 15, 2017 at 4:01 pm #778229In reply to: Layerslider
Import Sliders on Szenario 1 (my favorite) there is a little button on top of the first window shown on layerslider : template store – press it.
New fullscreen windows opens with all layersliders even the newest one are shown – there are buttons on hovering the slider preview to get a preview or to import that slider.April 15, 2017 at 3:18 pm #778220I created a new topic for my problem, this can be found here
April 15, 2017 at 3:11 pm #778218Topic: Mobile problems
in forum Enfoldhuckle
ParticipantWe just moved a website between hosting packages and the mobile version of the site is showing raw code. Desktop looks fine but the mobile (on an iPhone) is not friendly at all.
April 15, 2017 at 2:53 pm #778214In reply to: enfold theme
Hey Christopher Nahler,
I’m not sure what you are trying to do? Please elaborate.
To add your custom CSS or JS to any WordPress website, first it should be enqueued in functions.php file.
For technical further support please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
VinayApril 15, 2017 at 2:51 pm #778213In reply to: Portfolio Ajax 4 Column Centered
Hi,
To create a 4 column portfolio masonry grid
1. Select 4 Columns in the masonry element settings.
2. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-masonry { background-color: #000000; max-width: 1200px; left: 50%; transform: translateX(-50%); position:relative; }If yous till have any issue please get back to us with a link to your site where we can inspect the element in question in order to help you better.
Best regards,
VinayApril 15, 2017 at 2:25 pm #778205In reply to: Headings not showing in color section mobile
Hi,
I have tested this code and it works 100% please make sure to purge browser cache in plugin caching settings and deactivate it.
If you are using CloudFlare enable developer mode.@media only screen and (max-width: 767px) { #top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 1em; margin: 50px 0 0 0; } #av_section_1 main { padding-bottom:0!important; }}Best regards,
VinayApril 15, 2017 at 11:40 am #778186In reply to: Woocomerce Update Breaks Enfold
@sitiweb please make sure
1. you run the latest version of enfold
2. your child theme does not overload any woocommerce templates
3. you have followed the instructions in my solutionif this does not solve the issue you have to deactivate all plugins except woocommerce to see whether the issues are caused by an other incompatible plugin.
April 15, 2017 at 11:10 am #778178In reply to: Sidebar 100% height of Main Content Area?
Hey Andrew,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:@media only screen and (min-width:767px) { #main .container_wrap_first > .container { padding-right:0!important; } .sidebar { position: absolute; top:0; left:0; padding-left:30px!important; bottom:0; max-width:calc(25% - 50px); background:gold; }}Best regards,
VinayApril 15, 2017 at 10:42 am #778171In reply to: Woocomerce Update Breaks Enfold
@john from the past ten days all moderators should have learned the recommended link does NOT solve the issues. You would have relay done anyone a favour to make my detailed post sticky.
April 15, 2017 at 6:06 am #778123Topic: Custom social icon
in forum Enfold0_o
ParticipantHi!
I read this thread: https://kriesi.at/support/topic/custom-social-icon-spotify/
Which probably has the answer I’m looking for, just I don’t know how to use it.
I added the code:function avia_add_custom_icon($icons) { $icons['spotify'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue907'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['spotify'] = 'spotify'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);To functions.php, but nothing new appeared on the drop-down of “Social Profiles” tab…
BTW I’m looking to add Yelp, not Spotify.
Thanks!April 15, 2017 at 2:20 am #778119In reply to: Font size on Woocommerce Plugin Huge
Thanks I have cleared the cache and that seems to have worked. Also now I have another problem. When you click on the product photo on the next page the image is blurred. This was never before the case. I don’t know if it is due to the latest Woocommerce update.
Please see image below. I am taking about the large image in the top left.
April 15, 2017 at 1:56 am #778118In reply to: No products showing in page – IMPORTANT
/*UPDATE*/
The last update of Woocommerce (3.0.3) fixed all the translation issues, so don´t bother with this anymore.
I stil can´t use the self created shop page.
What can I do about this?:Thank you
AsteriosApril 14, 2017 at 10:43 pm #778088In reply to: Built in image magnifier in WooCommerce 3.0
@pkonstan If you wan’t to use the new zoom feature you can use my solution
April 14, 2017 at 9:46 pm #778078In reply to: Layerslider slides overlapping
I do still want the slideshow to work if you can help me stop the text from overlapping on the next slide please. If you can adjust it please feel free to publish it with the 2 slides.
April 14, 2017 at 8:50 pm #778062In reply to: enfold slide show image size on mobile
Ok is it possible to just show a background on mobile devices using CSS? E.g. I would use a light gray background for mobile, on desktop devices no background
April 14, 2017 at 8:26 pm #778051In reply to: Mobile Menu Not Present!
Hi whdsolutions,
Please refer to this thread for a possible solution. And this can help you also:
If you need further assistance please let us know.
Best regards,
VictoriaApril 14, 2017 at 8:15 pm #778049In reply to: Gravity Forms Field Background Color
Sure, here you go.
Thanks!
When I inspect the css on the front end I can change this
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #000000; background-color: #111111 color: #000000; }If I change background color to #ffffff it looks good, but when I add the css code in the admin area it isn’t applied event if I add !important.
April 14, 2017 at 8:06 pm #778039In reply to: Retina displays macbook pro
Hi lmercx,
Let’s try to remove the code given before (the my_full_size function) and try a css solution from this thread.
Best regards,
VictoriaApril 14, 2017 at 8:04 pm #778038Topic: Sidebar 100% height of Main Content Area?
in forum Enfoldabmich
ParticipantBoxed layout, top header. We have a number of pages with custom sidebars and would like the background for the sidebar to span the entire height of the page. It appears that there’s no sidebar div to target with our styling.
Accomplishing this through columns in the advanced layout editor is not a solution we can use for this problem. Link in Private Comments.
April 14, 2017 at 7:49 pm #778028In reply to: Footer pops up in middle of post…???
Hi jbuenger,
You can try to take that Text section out of the top cell and add another cell below and put text section in it and see what happens. Haw did you add text there? I don’t see any text in text section.
And the table does not have closing tag, so html is broken and browser does not know what you really mean by that and how to render it.Best regards,
VictoriaApril 14, 2017 at 7:33 pm #778015Enfold theme (Current as of 4-14-17), with WooCommerce (Current as of 4-14-17).
Search Icon issue in mobile version.
I have to double tap the search icon graphic to get the search field to pop up. The first tap pops up the Shopping Cart info, as empty or a given # of items in the cart. The second tap gives me the search field on top of the cart info. Tapping the cart works as it should.
Here is what I have done.
Any suggestions?
THE CODE USED:
In “Enfold”, functions.php:
add_action(‘wp_footer’, ‘ava_new_custom_script’);
function ava_new_custom_script(){
?>
<script type=”text/javascript”>
(function($) {
function a() {
if ($.avia_utilities.isMobile) {
$(‘#menu-item-search’).appendTo($(‘#menu-item-shop’));
}
}$(window).load(function() {
a();
});
})(jQuery);
</script>
<?php
}In “Enfold Child” quick CSS:
@media only screen and (max-width: 767px) {
#menu-item-shop .cart_dropdown_link {
padding: 0 24px;
}#menu-item-shop #menu-item-search {
width: 0px;
}#menu-item-shop #menu-item-search .avia-search-tooltip.avia-tt {
left: -16px !important;
}
#menu-item-shop {
min-width: 110px;
}April 14, 2017 at 7:09 pm #777981In reply to: Glossy icon regular and hover
Hey mcraig77,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #menu-item-search a:hover, .html_header_top.html_header_sticky #header #menu-item-search a:hover { color:#1D6047!important; }If you need further assistance please let us know.
Best regards,
Victoria -
AuthorSearch Results
-
Search Results
-
Topic: Need help editing home page
Hello,
1. How can I edit the tag line? Please see attached, I circled the top part. It says “My Blog” currently…I want to remove that.
2. How can I remove the tags of the picture names? Please see attached picture. When I put the arrow on a picture, it shows the file name.
3. How can I remove the lines to the sides of the pictures. Please see attached picture.
Thanks so much!
Topic: Mobile problems
We just moved a website between hosting packages and the mobile version of the site is showing raw code. Desktop looks fine but the mobile (on an iPhone) is not friendly at all.
Topic: Custom social icon
Hi!
I read this thread: https://kriesi.at/support/topic/custom-social-icon-spotify/
Which probably has the answer I’m looking for, just I don’t know how to use it.
I added the code:function avia_add_custom_icon($icons) { $icons['spotify'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue907'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['spotify'] = 'spotify'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);To functions.php, but nothing new appeared on the drop-down of “Social Profiles” tab…
BTW I’m looking to add Yelp, not Spotify.
Thanks!
