Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,866
- Last Active
- Roles
- Administrator
Comments
-
Hi, Slider is responsive and is resizing to screen size always. So as we see, it looks just exactly as supposed to look like if you want it to be responsive of course. Thanks!
-
Hi, as we see, on http://talknsave.us/2/internet-only/ you are loading this font somewhere in the content but on http://talknsave.us/2/short-trip-plans/ you do not load this font and that's why it's different.
-
Hi, we checked your site but the icons loads properly on Firefox and Chrome as well. We didn't noticed anything wrong.
-
Ok, thanks for the screenshots. We did checked and we didn't noticed anything wrong. We are not sure what exactly you want to do because this is how it supposed to work exactly.
-
Hi, if Muffin Options are empty after installation or does not save as should, it means your server is limited. In this case we recommend to deactivate all plugins first and after that click “Save changes” button under empty Muffin Options panel. B…
-
Hi, what you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
-
So how you want to do this other way?
-
1. Because post title is h2 we guess you need to change details for H2 heading. 2. It has no effect because we gave you too much of css by mistake. The right css to change it's line height would be:.masonry .post-desc-wrapper .post-desc .post-title…
-
Hi, but can you explain what exactly is not the same? Would be great if you can show us on examples what you mean.
-
No, you can't do this automatically if you use plain html.
-
Hey, you can change it's size and line height under Theme options > Fonts > Size & Style section or with the following css if you prefer to change them for this individual item only:.masonry .post-desc-wrapper .post-desc .post-title h2 a …
-
You're welcome! :)
-
Ok, below we give you the list of all images that comes with Be|Hotel2 demo: —————————————————————————————————————————————— H O T E L 2 —————————————————————————————————————————————— Flickr: ———————————— PortoBay Hotels & Resorts https://ww…
-
You are welcome! :)
-
Hi, all raw/text shortcodes are located under []+ button which is included into WP default editor. For more details about these shortcodes, please check the documentation. Thanks!
-
You're welcome! ;)
-
Hi, the first thing you need to do is set class name (like my-class-name) for this column and then set transparent background with an extra css:.my-class-name { background: rgba(255,255,255,0.5) !important; }
-
You're welcome!
-
Hi, it's different size because of your custom css which is:.item:nth-child(2){ width:85% }
-
You're welcome! :)
-
Hi, you got this error because you have outdated PHP version on your server. Latest version of Wordpress requires minimum 5.6 version but your is older one and that's why array_replace_recursive() function can not be found.
-
You are welcome! :)
-
You're welcome! :)
-
Hi, background color can be changed under Theme options > Colors > Footer section. But about the height, how and what exactly you want to change? Thanks!
-
Sorry but we really do not understand how link colors you want to be handled by the browser. The only way to set those links color is the following css and there is no other way to handle this:h2, h2 a, h2 a:hover { color: #444444; }
-
Great! :)
-
So what is the problem to set up HOME menu item under Appearance > Menus section with link to Home page?
-
Hi, if you look on Menu, you see that menu items doesn't have classes. But if you look on above css, you see classes for li items. So for example if above class is color-sea, you need to set up the same class name for the item under Appearance >…