Forum Replies Created
-
AuthorPosts
-
June 15, 2013 at 6:27 pm in reply to: Responsive Header Main Menu (Slide Out Menu) Not working properly #124694
Hi,
It sounds like you are using an old version of the theme since this bug was killed before. Please go to themeforest.net and update to the latest theme version.
Thanks,
Nick
Hi,
Ok I think I see the problem. It’s a fixable issue related to the way the font names are read in IE8 https://github.com/fontello/fontello/issues/73#issuecomment-7791793 . I will make Kriesi aware of this (though I am sure he already is), but this may just be fixable according to this for IE8 (and even 7) and Opera.
Please hang on.
Thanks,
Nick
June 15, 2013 at 5:57 pm in reply to: Blog: Dropcap in blogpost not shoing up in general blog page #124203Hi,
If you want your images to be not so much blown up on the blog page. http://vacationrentalsecrets.com/blog/ Because some of your images you upload at 400px width and they get stretched out and become blurry. http://www.clipular.com/c?7530087=NjKFX29L_zQPxqkzE2m1jJz7mFE&f=.png Up to you.
#top .fullsize .template-blog .big-preview.multi-big a, .fullsize div .template-blog .big-preview.multi-big a img {
max-width: 400px;
}
“Blog – Latest News” can be accessed on line number 9 of single.php in root folder of the website:
$title = __('Blog - Latest News', 'avia_framework'); //default blog title
Thanks,
Nick
June 15, 2013 at 1:13 pm in reply to: Header: How to make it NOT resize smaller when scrolling. #116940Hi,
In what browser? Do you have a URL to show us please since without a URL this is tricky.
Thanks,
Nick
Hi,
I did some research into this and this shouldn’t be happening. If you go to fontello.com , can you see all the glyphs in ie8 ?
IE8 has problems with EOT files as IE9 and up falls back to TTF.
I reconverted all the font files from the ttf and they are different. They work for me but I don’t have IE8 to test them with.
http://www.mediafire.com/download/b719gbbz5cle4p6/fonts.zip <– here they are. Just open up /enfold/config-templatebuilder/avia-template-builder/assets/ and you will see the fonts folder. rename it to fonts-original, and upload the fonts folder in its place that is inside the zip. Please let us know if this does anything for ie8 or even Opera.
Thanks,
Nick
Hi,
Take a look at the page now. I removed the injected
<p>
tags. The problem was that the plugin developer left a few empty lines in the code and wordpress doesn’t like empty lines so it decided that each one must be a new paragraph within the javascript thereby causing an error.This is the file that I changed, lines 23-138
/bbmarketing/wp-content/plugins/iphorm-form-builder/includes/form.php
Thanks,
Nick
Hi,
You are using photon.js which is resizing your images. I think that is part of jetpack plugin. Please turn off jetpack as in my experience that plugin is responsible for a quarter of all support issues or at least turn off its image resizing.
I use duplicate and then I decouple the duplication http://www.clipular.com/c?6288338927484928=Lk87W4U0oBA-iq67-c5Afr7gGoE&f=.png
Have the 3 main plugins of WPML running. translation management, string translation + main plugin.
To use copy, when you make and save the original text, scroll down to the bottom of the page and you will see a number of radio buttons with 3 choices as seen below. Make sure that you set Copy for the ones i listed below and click Apply right next to the radio buttons
http://www.clipular.com/c?6348812067012608=RcNhuaYzAhgIfpLbTLLxtNiqp6c&f=.png
_thumbnail_id Don't translate Copy Translate
_wp_old_slug Don't translate Copy Translate
_aviaLayoutBuilder_active Don't translate Copy Translate
_aviaLayoutBuilderCleanData Don't translate Copy Translate
_avia_builder_shortcode_tree Don't translate Copy Translate
layout Don't translate Copy Translate
sidebar Don't translate Copy Translate
header
_portfolio_custom_link Don't translate Copy Translate
_portfolio_custom_link_url Don't translate Copy Translate
_preview_ids Don't translate Copy Translate
_preview_display Don't translate Copy Translate
_preview_autorotation Don't translate Copy Translate
_preview_columns Don't translate Copy Translate
_preview_textWhen you now initially ho tosecond language page you should see something like this on top
http://www.clipular.com/c?5038743962517504=TSs6blsbN8gIk2NADgINR1ExqMg&f=.png
What’s interesting is that at that moment when you click copy content, even though nothing can be seen , it really is there. just click publish or save draft and when the page refreshes again you will see that indeed everything copies over.
So just remember to save as draft as first thing you do in order to make everything show up.
check the radio buttons for copy, thats the key to the whole copying business. I tested it and it copies perfectly, including the ajax bit.
http://www.clipular.com/c?6348812067012608=RcNhuaYzAhgIfpLbTLLxtNiqp6c&f=.png
Thanks,
Nick
Hi,
The jquery that the plugin injects into the page has <p> tags embedded in it by WordPress. Since I don’t have the plugin I can’t tell you what code to add or remove since I .. don’t have it.
When your site is online please let us know so that we can help. You can email me the plugin to look at usjahm (at) gmail (dot) com if you would like so I can provide you support.
—-
For the font, please open up header.php and find line 65 that looks like:
</head>
On line 64 , please add
<link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
Now you just need to add the font family to wherever you plan on using the font. for example
body{
font-family: 'Titillium Web', sans-serif;
}You can add that to your /css/custom.css file.
Thanks,
Nick
Hi,
Sorry, I am having a hard time imagining what you are trying to do. Can you illustrate it with screen grab and link to it , you can dump it on imgur.com or elsewhere.
I am not sure what columns have titles that don’t show up on mobile devices. I am not familiar with any column having a title. They have a size property 1/2, 1/3, 1/4 etc.. but not sure about title, I am sorry. Please help me understand so I can help.
Thanks,
Nick
HI,
Do you have URL to that site so I can look at the css as to how they made that frame around image. You can hide the url in http://www.goo.gl
Thanks,
Nick
Hi,
Photoshop doesn’t have lossless compression.
If the image is referenced in the css and not hard coded in the html, sure you can use media queries to change the image size. I think that’s overdoing it and if that’s something a business shouldn’t be spending time on since i am sure there are better ways to use resources than achiving a questionable saving of .0x% for a y% of visitors.
Thanks,
Nick
Hi,
I see the problem. I will need access to the server to fix the issue. Since I don’t have that premium plugin to test it locally. Please send credentials to usjahm (at) gmail (dot) com
Thanks,
Nick
Hi Daniel,
If you can show me a page built like I suggested, I can give you the css to add what’s needed to make it resemble a standard sidebar. I am wary of building it myself and giving code since its likely to be a waste of time since some difference in theme customization between your version and mine is likely to make the css i give you not work unless I see your page. Thus I like to see the url so I can work right with your native code.
Thanks,
Nick
Hi,
Opera usage currently is less than 1%, down from 1.5% six months ago, and falling. Those are not icon images, they are fonts (glyphs). I am sorry to hear that Opera on Windows XP can’t process fonts.
Thanks,
Nick
Hi,
About the resized images
Are you using some kind of a plugin to resize ? Since your image has a query string at the end attached that forces the image to resize. to 710×270
This isn’t part of the theme or WPML.
I just tried translating a portfolio item and saw no difference between translating ajax or regular portfolio items http://www.clipular.com/c?6478296741052416=hSy3o64XZBCKvJzcEwaDX3J9H_Q&f=.png
Thanks,
Nick
Hi,
I am not sure how you want it aligned. Please try like this
#header li:hover .avia_mega_div,#header li .avia_mega_div {
right: -304px !important;
}
.avia-menu-fx {
left: 13px;
}Thanks,
Nick
Hi,
I think this is part of the design , this look. But to have all the images large and equal , please add this to your custom.css. I tested it on your page and it works fine.
@media only screen and (max-width:767px) {
.responsive #top.home .slide-entry {
width:inherit;
margin-left:0px;
}
#top.home .avia-content-slider .slide-entry-wrap,.responsive #top.home .flex_column {
margin-bottom:0px;
}
#top.home .avia-align-center.avia_image.avia-builder-el-no-sibling {
margin-bottom:1.85em;
}
#top.home .avia-content-slider .slide-entry-title {
line-height: 3.5em;
}
}There is uneven space around the car make/model with some having more space than others, so that is reason for extra css, to equalize them all.
http://www.clipular.com/c?6161783421140992=uVyy_U2vzgk9GcZkcI2WtAKKQ1g&f=.png
Thanks,
Nick
Hi,
Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, and with a number of updates already released, -there is no sure way for us to provide you with a reliable answer without first looking at the code.
Your best bet is to mask the link using http://www.goo.gl or show a page on the demo site which displays the behavior. A labeled screenshot hosted on imgur.com or else where would also be helpful in ensuring success. However. a screenshot alone is not very helpful since we need to see the html/css/js code particular to your situation in order to provide a meaningful solution.
Thanks,
Nick
Hi Katharina,
Please try this css in your /css/custom.css or in Quick Css:
@media only screen and (max-width: 767px) {
#top .social_bookmarks {
margin: 0 0 0 0px;
}}If thats now good, change the 0px to 5px.
Thanks,
Nick
Hi,
So it looks like everything is working now? http://www.clipular.com/c?5608625993154560=Rq0GgC7PC41ae9aPmBku6sOfvMs&f=.png
Great!
Nick
Hi,
If you show me the pages , I can give you the css, but off the image I can’t do it. You can add advanced layout editor to the blog posts as well if you want.
However I can target the css for the fix aimed specifically at pages so that blog posts will not be touched.The vertical blog separator could be added as you said with an image or by adding another div into the code and mimicking the way its done on the normal sidebar. Let me see the two pages and I can quickly make one look like the other.
Thanks,
Nick
PS I didn’t really understand what you meant by ”bar” in your second question … Its 5am and head getting cloudy…
Hi,
So you want a button in there? Please open up functions-enfold.php located in the main theme folder, and go to line 332 which looks like
$output .= " <span class='entry-info'>";
and insert the code below between line 332 and line 333 (just push line 333 down to make room, but do not erase it.
$output .= " <div class='avia-button-wrap avia-button-center avia-builder-el-9 el_after_av_textblock avia-builder-el-last '>";
$output .= "<a href='' class='avia-button avia-icon_select-yes avia-color-black avia-size-large avia-position-center '>";
$output .= "<span class='avia_button_icon avia-font-entypo-fontello'>♥</span><span class='avia_iconbox_title'>Buy Now</span></a></div>";Thanks,
Nick
June 12, 2013 at 8:35 pm in reply to: Still having major issues with apostrophes (') and bullet points #124150Hi,
I am not seeing this (using Chrome)
http://www.clipular.com/c?7550003=hLJfFMtxgOXfB5_SMv4SfpPerw8&f=.png
and
http://www.clipular.com/c?7545003=x_hrcYYneah2hi0gM84SwMXbSSo&f=.png
are you using the ‘ or `
What version are you using? 1.6?
Thanks,
Nick
Hi,
I am not sure what you are asking for. As far as I can see, that’s how it already looks http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/
Please explain.
Thanks,
Nick
Hi,
Sure. http://www.clipular.com/c?7529002=Yld0j1MGlJb0cIcli5R6yaGASL8&f=.png
The way i made it
http://www.clipular.com/c?7518038=i-XTuumXYH7MmMQw6iEi5DSMkGM&f=.png
widget view http://www.clipular.com/c?7527022=jJ3jD_PkgxsaBBN0Wt-6R74E5-w&f=.png
Just make sure the page itself has no sidebar. http://www.clipular.com/c?7523027=_7bOiVSMSpiywQD5Vta0CB7VkTI&f=.png
Thanks,
NIck
Hi,
I played around with it and though I am sure its possible, I just am not sure how far to tweak which lever so to speak. The css code that is responsible for the animation sequences of the menu floating in and out is found in /css/layout.css between lines 2778-2849 . I randomly changed just one thing and got some wild menu movements. Unfortunately I am just not seeing it happening vertical as you want without some changes to that code because now it moves and shrinks proportionally and there is no way to do that while keeping the aspect ratio only on the y axis without endless adjustments, since the width needs to change along with the height, or at least thats how its built now.
Thanks,
Nick
Hi,
Here are instructions on how to add any social media glyph available on fontello.com to the theme. The instructions are specific for youtube glyph, but if you substitute some-other-social-glyph for youtube it will work as well. https://kriesi.at/support/topic/youtube-icon#post-117381
Thanks,
Nick
Hi,
If you need to add the youtube glyph, or any missing social media glyph , here are the instructions for youtube, and you can use them for any other missing social media as well. https://kriesi.at/support/topic/youtube-icon#post-117381
Thanks,
Nick
Hi,
Please show on the demo or your site specifically what you are referring to as to video preview (blog, portfolio , something else). Because I looked at demo and wasn’t sure if you were referring to http://kriesi.at/themes/enfold/blog/blog-grid/ the 6th item here or something else.
Thanks,
Nick
Hi,
Please use this css
.mega_menu_title img{
width:100%;
}I can’t see your code but you need to add a 100% width to the image and it will come out just fine.
Thanks,
Nick
-
AuthorPosts