Forum Replies Created
-
AuthorPosts
-
Hi,
I am sorry. You originally asked to center the logo which was done and now you want to move it back to it’s original position? This will push the menu left on tablet and mobile view, please add it to your quick css.
@media only screen and (max-width: 767px){
.responsive .logo img {
margin: 0;
}}—
There are 2 types of navigation for mobile there is the one that is in image #1 you showed, and there is a different type that looks like image # 2 and 3 that you showed. To switch between them http://www.clipular.com/c?7907122=iCUPEKgKZFEfLQK0S9JSfWSdTtg&f=.png
—
Thanks,
Nick
Hi,
without showing us something there is very little that can be done since there are so many different ways to set up the various pages you describe that any code we give you will likely not work. Please provide a url , screen captures and we will take this one at a time.
Thanks,
Nick
Hi,
I can’t recreate this. Can you show a the url of your website since an image will do nothing to help?
Thanks,
Nick
June 17, 2013 at 5:39 pm in reply to: Still having major issues with apostrophes (') and bullet points #124152Hi,
Everything works on posts for me http://www.clipular.com/c?7865007=YEYRwkBClpxEiWGHj1399Yt5fhw&f=.png
Since I can’t see the code , it is likely a plugin you are using, or you have an old version of the theme. Current version is 1.6. Please go to themeforest.net and download the latest version, just be aware it will overwrite all your theme files.
When I update, i use http://www.winmerge.org, the free software, and i download my live theme version and the update , and put the folders side by side on my home computer, and run the winmerge on both folders and i get a character by character difference between each file, and it takes me 10 mins to go through them and with 1 button the lines of code that are different that i want copied from new to old, i move, others i leave alone.
Thanks,
Nick
Hi,
Please turn off supercache, clear your cache, then please turn off the pullout widget and see if map works then. I don’t know what’s inside their encypted js file.
Thanks,
Nick
Hi,
Yes there is an option to do that when you customize the Blog element. There is an option in there as to which way to display the blog items on the archive page.
Thanks,
Nick
June 17, 2013 at 10:35 am in reply to: how I can integrate a layerSlider in the custom template archive ( php code) #124547Hi,
Please open functions.php located in the main theme folder and look for line 299 that looks like
require_once( 'config-layerslider/config.php' );
and change it to
//require_once( 'config-layerslider/config.php' );
Thanks,
Nick
Hi,
In your footer, there is a #next id which is acting like an anchor in the calendar plugin. When you hit the next button in the slider. It jumps down. For some reason the #next button in the slider is also the previous button. hmmm. Come to think of it that calendar is not looking so good. I would take it out for now, we need to take a look at it, since it doesn’t seem to remember the months.
Thanks,
Nick
Hi,
Make a page. Use template Blank (see image http://www.clipular.com/c?7561396=9TIjs9Dc43Rm8kHBiD02dDoBWHc&f=.png ) . Then add the layerslider. You can always add 100% width and height to any div wrapping the slider since there is a wrapper with or without a shortcode
Thanks,
Nick
June 17, 2013 at 7:49 am in reply to: Blog: Dropcap in blogpost not shoing up in general blog page #124213Hi,
I fixed the code above, please use that instead, i forgot to add the margins before.
—-
Basically the left alligned images are that way for different reasons. The above code will fix the first one.
In the code I see that some of the images are set inside paragraphs whose allignment is set to justify. So that’s something you should avoid doing.
The middle image http://vacationrentalsecrets.com/wp-content/uploads/2013/06/html-e1371303141396.jpg is the one that is align: justify.
<p style="text-align: justify;">image</p>
How are you adding images to your posts? Are you making them feature images?
Thanks,
Nick
Hi,
Please follow my directions here ( https://kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-117921 ) to get comments working with Portfolio items and elsewhere
You are using a very old version of the theme. v1.31 , while 1.6 is out with lots of fixes and overall improvements. Please download it from themeforest.net but please be aware that it will overwrite all your theme files.
There is a video tutorial by Devin on how to go about updating with ftp https://vimeo.com/channels/aviathemes/64927356
Thanks,
Nick
Hi,
Please provide a URL.
Can you see this map ok http://kriesi.at/themes/enfold/pages/contact/
Thanks,
Nick
Hi,
Is it reproducible? Do you have any of these ghost posts now on your site in the backend that you can’t see on the front? If you do , please send me credentials to usjahm (at) gmail (dot) com. I would love to take a look at that. No, so far you the first that mentioned this, though lots of times after 14 hours looking at code the brain can get scrambled, at least mine does. That’s why I would like to investigate this if you can show me.
Thanks,
Nick
Glad that Ismael set you back on the path.
Thanks,
Nick
Hi,
Some of your pages are not there anymore. I am having a hard time following what you are trying to do, I am sorry. Can you explain or better yet illustrate what you want to accomplish.
Thanks,
Nick
June 16, 2013 at 1:46 pm in reply to: Blog: Dropcap in blogpost not shoing up in general blog page #124211Hi Antonio,
I posted a screen shot early which shows the Blog customization page (the last one i posted) , have you selected to display the excerpt with more link. Please set up a dummy blog somewhere else on your site and block search engines, otherwise I am unable to help you. The CSS worked, though I can’t see again what the problem is.
Thanks
Nick
Hi,
Have you even tried the code I gave you for your mobile. You came stating a problem. I spend time coming up with the first step to a solution. At the least please tell me it does nothing before outright rejecting it since it changes nothing on web view.
—
Can you post a screenshot for mobile
—
Your logo aligned horizontally with what and in which view mobile/tablet or larger size since it looks fine to me.
—
I don’t recommend using an image in your slider to convey what can be done using a font, like the words ”professional graphic designer’ , since 1) you are robbing google of the chance to see the letters by using an image thus missing out on seo (2) is the small text below it even readable on iphone portrait view?
—
If you use a Mac, you somehow got a mac file .DS_Store imbedded in the theme, that was the artifact i spoke of, and if you look at the url , you will see that file being included as a folder in the url structure. This is causing a javascript error , which needs to be taken care of.
—-
Please point to which repeating background (if other than the header) you are speaking of.
Thanks,
Nick
Hi,
Ok here we go , this is my first attempt at styling the sidebar element to resemble the proper sidebar.
If you have a 2/3 and 1/3 columns and the 1/3 column has a sidebar element, I created some styles that will now make that ‘mini-sidebar more resemble the full length sidebar. Its a bit messy since I left a lot of css since I wasn’t sure if it doesn anything under specific circumstances, but it works.
#top .container_wrap .avia-builder-el-last {
border-left-style:solid;
border-left-width:1px;
border-color:#E1E1E1;
color:#919191;
float:none;
overflow:hidden;
display:block;
clear:none;
padding-top:4em;
padding-bottom:2em;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
min-height:1px;
padding-left:2em;
}
#top .content,.sidebar {
padding-top:0px;
padding-bottom:0px;
}
div .av_three_fourth {
margin-left:6%;
}
@media only screen and (min-width:1140px) {
#top .container_wrap .avia-builder-el-last {
width:23em;
}
div .av_three_fourth {
width:67.5%;
}
}
@media only screen and (min-width:980px) and (max-width:1139px) {
#top .container_wrap .avia-builder-el-last {
width:15.9em;
}
.js_active .top_tab .tab {
border-bottom:none;
padding:12px 10px 14px 16px;
}
div .av_three_fourth {
width:67.5%;
}
}
@media only screen and (max-width:979px) {
#top .container_wrap .avia-builder-el-last {
display:none
}
div .av_three_fourth {
width: 98%;
}
}http://www.clipular.com/c?7708069=9VaXJSGLR6AfMuVe33WZKUjKVqg&f=.png
Thanks,
Nick
Hi Rob & Adrian,
Alright. I got it working. Took me 20 minutes. Not gonna hustle you, since my World of Warcraft guild-master said it may lower my defensive spells and I need those. ;)
Please open up gallery.php and find line 173 that looks like this
$prev = wp_get_attachment_image_src($attachment->ID, $preview_size);
and now find line (not sure which one) but probably 191 that looks like
//generate thumb width based on columns
Delete everything *between* those two lines above (or better yet comment it out) but leave the two lines themselves intact .
Paste the code below in between 173 and 191? without harming those 2 lines.
$caption = trim($attachment->post_excerpt) ? wptexturize($attachment->post_excerpt) : "";
//$tooltip = $caption ? "data-avia-tooltip='".$caption."'" : "";
$alt = get_post_meta($attachment->ID, '_wp_attachment_image_alt', true);
$alt = !empty($alt) ? esc_attr($alt) : '';
$title = trim($attachment->post_title) ? esc_attr($attachment->post_title) : "";
$description = trim($attachment->post_content) ? esc_attr($attachment->post_content) : "";
$tooltip = "data-avia-tooltip='".$title."'";
if($style == "big_thumb" && $first)
{
$output .= "<a class='avia-gallery-big fakeLightbox $imagelink' href='".$link[0]."' data-onclick='1' title='".$description."' ><span class='avia-gallery-big-inner'>";
$output .= " <img src='".$prev[0]."' title='".$title."' alt='".$alt."' />";
if($caption)
{
$output .= " <span class='avia-gallery-caption>{$title}</span>'";
} else {
$output .= " <span class='avia-gallery-caption>{$title}</span>'";
}
$output .= "</span></a>";
}
if ($caption) {
$thumbs .= " <a href='".$caption."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
$first = false;
} else {
$thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
$first = false;
}
}
$output .= "<div class='avia-gallery-thumb'>{$thumbs}</div>";
$output .= "</div>";Add the url to the caption in this format for videos (vimeo ok too)
http://www.youtube.com/watch?v=W0MBzxFHOyo
leave caption blank for normal images.
and add the caption itself (the words that display in the tooltip) in the title tag of the images. ( http://i.imgur.com/V1dW0zm.png ) In the alt text below the title tag (see previous image) you can enter a title i guess that will float above to the left of the lightbox
The End.
Thanks,
:)
Nick
June 16, 2013 at 12:33 am in reply to: how I can integrate a layerSlider in the custom template archive ( php code) #124545Hi,
Kriesi recommends that you take the layerslider out and drop it in the plugins folder to use regular layerslider shortcodes. otherwise the slider shortcodes do not work outside the builder. https://kriesi.at/support/topic/how-to-insert-slide-show-with-layerslider#post-118722
Thanks,
Nick
Hi,
Your website is referencing some artifact from a mac
http://blog.blue2x.com/wp-content/themes/enfold/config-layerslider/LayerSlider/skins/.DS_Store/skin.css
Also your Super Cache says its broken with this error
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
Your header has a gradient effect on my laptop. In photoshop it says top of header is f9f9f9 and bottom of header is e5e5e5 and changes in between.
Try this css. If nothing happens switch the css between the (.header_color) with the (.header_color .header_bg)
.header_color {
background: none;
}
.html_stretched #wrap_all {
background-color: rgba(255, 255, 255, 0);
}
.header_color .header_bg {
background: #FFF url(https://blog.blue2x.com/wp-content/uploads/2013/05/bg2.jpg) top center repeat scroll;
}Thanks,
Nick
Hi,
It’s nice to see so many different looks come out of a single theme. Some creativity flowing out of this topic. Nice!
Thanks,
Nick
June 15, 2013 at 11:19 pm in reply to: Blog: Dropcap in blogpost not shoing up in general blog page #124209Hi,
You are correct. Blog link is pointing where its supposed to. Nice. You can use this css to center your images
#top .fullsize .template-blog .big-preview.multi-big {
width: 50% !important;
margin-right:auto;
margin-left:auto;
}Thanks,
Nick
Ya, I am in SE Asia on the beach with a beer and a laptop
Hi,
Sorry about the delay. My fault entirely.
Do you mean when the page loads up but the visitor can close those tabs if they wanted or do you mean those tabs can not be closed ever?
Thanks,
Nick
Glad that Devin got things moving. Good luck!
Nick
June 15, 2013 at 10:01 pm in reply to: Blog: Dropcap in blogpost not shoing up in general blog page #124207Hi,
What’s even worse is that the link from the blog post still is pointing at the home page and not at the blog page, so the whole point of this exercise was useless. Since it is still not recognizing /blog/ as a blog.
Are you sure you have it set as a blog in Enfold > Theme Options and you sure that Settings > Reading is same as above?
What exactly is your blog page, what does it contain? Does it look at all like this-> http://www.clipular.com/c?7530131=I5mbXpfatfsUlZFvMLkMellgUGU&f=.png
http://www.clipular.com/c?7811144=Sg-nkcBnRgsTnNhv5V2bCD3D9E4&f=.png
Thanks,
Nick
Hi,
A single scrolling endless row is a scary concept! :)
Do you mean single column?
If you would, please add it to the Enfold feature suggestion list here. https://kriesi.at/support/topic/enfold-feature-requests/page/3
Thanks,
Nick
Hi,
Please increase your wordpress memory (i am not just saying that to hoodwink you).
Also you are using v1.3.1 and current version is 1.6 so a lot was changed. Please go to themeforest.net and download the update. Please be aware that the update will overwrite all theme files.
If you need, here is a screencast tutorial by Devin on how to go about updating via ftp https://vimeo.com/64927356
Thanks,
Nick
June 15, 2013 at 8:11 pm in reply to: Blog: Dropcap in blogpost not shoing up in general blog page #124205Hi,
Its 1000 now, so you can put it as little or as big as you want, it just wont go over 1000px i think or a bit more.
—
What do you have designated as the blog in Enfold > Theme Options? http://www.clipular.com/c?7811127=VVH9-zwgeQlBW54jFOMA2Pe3Cqc&f=.png
Do you have the following on Settings > Reading http://www.clipular.com/c?7814108=0m4eeL_A6bfXbnm751XcRHe_Gwc&f=.png
IF you don’t please change so that you do for the above settings. Right now your site thinks that the blog is the home page, that’s why its redirecting you there, so I think one of the above settings is different than what I displayed above.
Thanks,
Nick
June 15, 2013 at 7:57 pm in reply to: Change submenu hover color | Socket Navigation & Copyright Color #124696Hi,
Here it is.
.header_color .main_menu .menu ul li a:hover{background-color:#f8f8f8;}
Thanks,
Nick
-
AuthorPosts