-
Search Results
-
I just updated my theme. I cannot seem to get this to work. I do not do code. Can you explain so I can see what I am doing wrong?
Thank you!!
I want to add the Google Font “Open Sans Light”
So I add this to functions.php:
add_filter( 'avf_google_heading_font', 'add_custom_open_sans'); add_filter( 'avf_google_content_font', 'add_custom_open_sans'); function add_custom_open_sans($fonts) { $fonts['Open Sans Light'] = 'Open+Sans:300'; return $fonts; }an this to my css:
#top .entry-content-wrapper h1 { text-transform: none; font-weight:300 !important; font-size:40px; font-family:'Open Sans Light', sans-serif !important; color:#58585a; }But the font didn’t show up. What’s wrong?
I’m using the plugin Popup Maker to display a popup for users to add comments. It’s working pretty awesome on desktop but on mobile touchscreens it is not terrific.
Currently, the pop up gets activated in two places on the site, once within a Button Content Element and then second in a Text Content Element, both by css: #popmake-120.
Is there some method by which to use media queries to change the target URL if users on on tablets or smartphones? Instead of #popmake-120, I would likely just send users to /separateURL/.
How is that possible to do in the Button Content Element??
Thank you so very much!
Hello
I designed a multilingual website with ENFOLD theme.
Every thing works fine (and thanks for this and such a nice theme) except RTL language (Farsi : FA)
Here are my problems:
#1.
I set the menu and logo to sidebar with these settings:
Left sidebar is for LTR languages (EN & FR) and with right content alignment, + always sticky option
And right sidebar is for RTL language (FA) and with leftcontent alignment, ** but it doesn’t have any sticky option appears with these setting in FA theme setting. But I reality need it to be active.#2.
In the RTL menu: ( link is provided in private section )
– latest menu ( ارتباط با ما ) doesn’t show in the same line as other menus (right alignment problem)
-level one sub menu isn’t located correctly and it shows above a main menu level 0 items. (horizotaly alignment problem)
-level two sub menus aren’t located in the same line as their previous menu ( they are always located in maximum upper corner, instead of locating in the same line as their original location)I did some CSS modifications for this section and here are all of my modification (some of them are for other things like loading picture):
#top .main_menu .menu li{ float: none; text-align: right; } .main_menu .menu ul { right:1; } /* .html_header_sidebar #top .av-main-nav ul a { margin: 0 120px 0px 0px; } */ .iconbox_content_container, .iconbox_content_container ,p{ text-align: justify; } .av-siteloader, .av-siteloader:after{ width: 90px; height: 90px; } .av-preloading-logo{ margin-bottom: -85px; } .html_header_sidebar #header .av-main-nav{ padding:0px; } .html_header_sidebar #top .avia_wpml_language_switch{ padding: 4px 0 0 110px; } .header_color, .header_color div, .header_color header, .header_color main, .header_color aside, .header_color footer, .header_color article, .header_color nav, .header_color section, .header_color span, .header_color applet, .header_color object, .header_color iframe, .header_color h1, .header_color h2, .header_color h3, .header_color h4, .header_color h5, .header_color h6, .header_color p, .header_color blockquote, .header_color pre, .header_color a, .header_color abbr, .header_color acronym, .header_color address, .header_color big, .header_color cite, .header_color code, .header_color del, .header_color dfn, .header_color em, .header_color img, .header_color ins, .header_color kbd, .header_color q, .header_color s, .header_color samp, .header_color small, .header_color strike, .header_color strong, .header_color sub, .header_color sup, .header_color tt, .header_color var, .header_color b, .header_color u, .header_color i, .header_color center, .header_color dl, .header_color dt, .header_color dd, .header_color ol, .header_color ul, .header_color li, .header_color fieldset, .header_color form, .header_color label, .header_color legend, .header_color table, .header_color caption, .header_color tbody, .header_color tfoot, .header_color thead, .header_color tr, .header_color th, .header_color td, .header_color article, .header_color aside, .header_color canvas, .header_color details, .header_color embed, .header_color figure, .header_color fieldset, .header_color figcaption, .header_color footer, .header_color header, .header_color hgroup, .header_color menu, .header_color nav, .header_color output, .header_color ruby, .header_color section, .header_color summary, .header_color time, .header_color mark, .header_color audio, .header_color video, #top .header_color .pullquote_boxed, .responsive #top .header_color .avia-testimonial, .responsive #top.avia-blank #main .header_color.container_wrap:first-child, #top .header_color.fullsize .template-blog .post_delimiter, .header_color .related_posts.av-related-style-full a {margin:-4px 0px -4px 0px;} .html_header_sidebar #header .av-main-nav {margin:4px 0px ;}Please tell what need I do to solve those problems ?
Kind regards
After looking at a solution to create a mega menu below the header (since it was not possible to add a mega menu into a full width sub menu container). I came across some posts that recommended UberMenu.
I was able to add a “code snippet” container to the pages I wanted the UberMenu and paste the short code in for my custom menu but there was a space above the code snippet. I could get rid of that space by editing the code for .content, .sidebar { padding-top: none;}.
My question are…
1. If I edit that CSS, will it have an effect on other pages with the site?
2. If that was the correct way to do it, how do I get the menu to be full width?
3. Is there a better way to place a full width UberMenu below the heading?https://www.dropbox.com/s/k822ofs9nl1d8lq/FULL_WIDTH_SUB.jpg?dl=0
https://www.dropbox.com/s/ruitudrcfttusik/UBER.jpg?dl=0The Mappress creator insists that the error has something to do with the theme…..
“The theme is loading the maps API. Check with Enfold for how to turn it off. For example, here’s their solution for another plugin: ”
https://kriesi.at/support/topic/google-maps-element-javascript-conflict-with-maps-marker-pro-plugin/The Mappress plugin
https://wordpress.org/plugins/mappress-google-maps-for-wordpress/What code shall add in order for Enfold to not load the maps API?
Thanks
Charlotte
http://www.coolbudgethotels.comTopic: Need Help Centering Columns
Hi there
I have 5 images I need to show. 3 on top with 2 on the bottom using 1/3 columns. We need the bottom 2 centered with the 3 on top and work accordingly on mobile.
Is this a possibility?
Any help would be appreciated.
Thank you,
GottaGetEm
Viewing 30 results - 87,361 through 87,390 (of 142,854 total)

