-
Search Results
-
Topic: Social Icon at Socket
I want to change the font colors for both static and mouseover for all header menu options. This includes parent and child menu options. I am using the header with top navigation. I need to change the font colors for these menu options as well. How do I change these font colors?
I want to change the font colors for both static and mouseover for all header menu options. This includes parent and child menu options. I am using the header with top navigation. I need to change the font colors for these menu options as well. How do I change these font colors?
Topic: Sidebar Menu item?
‘/avia-shortcodes/textblock.php’:
function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = ""){
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
}
When I insert shortcodes from other plugins in textblock – code is broken because it adds <p> and tags to generated shortcode’s content. Without wpautop() function everything is OK except empty <p> tags and text without <p> tags in the beginning of the block.
So, the best solution for me was change order of the functions:
function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = ""){
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop( wpautop($content) )."</div>";
}
Also when I add border to images they looks blured because of CSS:
box-sizing: border-box;The same for images with captions. This CSS fix it for me:
div.wp-caption, img {-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
}
#top div.wp-caption img {
width: auto;
}
I have my header fixed and want to use href to jump to an anchor point on the page. My problem is when it jumps there the start of the anchor point is at the top of the page under the fixed anchor. Is there some way to add some padding so the the anchor appears under the header (also so that it does not break mobile phone screens) ?
Hi,
I posted a topic previously which was resolved, but I need additional help on the same matter. The original issue was that we wanted to customize the backround and icon colours of both active and inactive tabs. The following code was given to enter into Quick CSS and the problem was solved:
For Active Tab:
div .main_color .tabcontainer .active_tab {
background-color: #333;
color: #666666;
}
div .main_color .tabcontainer .active_tab .tab_icon {
color: #666666;
}
For Inactive Tabs:
.main_color .tabcontainer .tab {
color: #919191;
background-color: #333;
}
div .main_color .tabcontainer .tab_icon {
color: #666666;
}With the color values obviously being customizable.
However, with our color scheme, the color of the text when hovering over it with a mouse is almost impossible to see, for both inactive and active tabs. I’ve tried changing the default color settings in the Enfold>Styling panel for hover colors, but it’s not making a difference. So that makes me think that the perhaps the styling of the tabs is separate to the settings defined in the styling panel? Is there a CSS code I can add to the above to help with this or am I perhaps changing the wrong style settings in the Styling panel?
Thanks,
Lea
Topic: Blog Title
Hi, we purchased recently. Still exploring all it’s features. Wondering why I can’t we easily change the blog title from the admin side? Why must I directly edit template pages and/or css?
I would like to have a page called “news” and one called “blog”. Posts marked news will be displayed on the front page and then post marked blog (not news) will be displayed on the blog page. I put a shortcode on the blog page to display all items marked blog and that works. When I click on an item in the list then the “Blog – Latest news” thing will show. Why not just display the topic title maybe or the page title which in this case will be Blog? I know I can make the changes and put them in the child folder (which I have the child theme activated), but why? With all the advanced features of this theme, which are wonderful by the way (can’t want to take advantage of them all), that I have to resort to editing css or .php files for the title like this. The only way I’ve found so far is direct edits, if there is another way, please advise.
Thanks
Jarrod
Topic: Layer Slider Issues
I’m having a few issues with the layer slider (full width).
http://bit.ly/18jfPId — log/pass: abq/abq
There are five slides. Most of the time only a couple will transition through and then it freezes. Or sometimes, it freezes and the first slide never transitions out. This is the biggest problem.
Next, on the demo you can zoom out and the content layers stay centered on the screen with the background image at 100% width. Mine doesn’t do that….the layers fall to far left of the screen. Wouldn’t be so bad since virtually no one would view it that way, but I can’t figure out where to set up my layers so they’re centered at normal view. I set up 1600px wide background images and centered the other layers on top of it, but that is way off and a lot of my stuff is off the screen to the right.
Please help!
I’m using Enfold to redesign my Portfolio ( http://roberthunecke.com/redesign/ ). I used the Post Slider on my Homepage to create somekind of Client-Rotation.
To ensure every thumbnail is showing the complete logo I had to set the thumbnail-setting inside the Post-Slider to “No Scaling”, which is why my items have different height-values.
Is there a way to center them horizontal so they are no longer aligned by their top edges? I fiddles around by using:
position: absolute; top:0; bottom: 0; margin: autoI thought I could center them that way, but without success.
Thanks
Viewing 30 results - 141,271 through 141,300 (of 142,510 total)
