Forum Replies Created
-
in reply to: Portfolio Grid Black/White
Hello,
The site did display very well. The fact is that the screenshot was made while the site was still loading (we had a poor internet connection at the moment) I just didn’t let it finish for time saving reason. Since the point was the pictures color, i thought there won’t be a problem.
Anyway, here is it another screenshot: https://pho.to/ASOFLYou are right thought, about the logo. To fix this please go to your style.css file. Find these lines:
#logo img { max-width:none; top:50%; position:relative; }Remove
top:50%;from it. Save file.Best regards!
in reply to: Post Grid Element Not Showing – Shows 0Hello,
What style are you using? Please switch to grid style and try again. Do you have any third party plugin installed?
Please disable them and try again. Let us know if the issue persists.Best regards!
-
This reply was modified 9 years, 7 months ago by
Mirela.
in reply to: codeless slider buttom linkHello,
Please go to tower/includes/codeless-slider/codeless_slider.php and find these lines:
if(!empty($cl_redata['slide_button1'])) $output .= '<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).' '.esc_attr($cl_redata['slide_button1_style']).'" href="'.esc_url($cl_redata['slide_button1_link']).'"><span>'.$cl_redata['slide_button1'].'</span><i class="moon-arrow-right-5"></i></a>'; if(!empty($cl_redata['slide_button2'])) $output .= '<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).' '.esc_attr($cl_redata['slide_button2_style']).'" href="'.esc_url($cl_redata['slide_button2_link']).'"><span>'.$cl_redata['slide_button2'].'</span><i class="moon-arrow-right-5"></i></a>';Replace with these:
if(!empty($cl_redata['slide_button1'])) $output .= '<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).' '.esc_attr($cl_redata['slide_button1_style']).'" target="_blank" href="'.esc_url($cl_redata['slide_button1_link']).'"><span>'.$cl_redata['slide_button1'].'</span><i class="moon-arrow-right-5"></i></a>'; if(!empty($cl_redata['slide_button2'])) $output .= '<a class="btn-bt '.esc_attr($cl_redata['overall_button_style'][0]).' '.esc_attr($cl_redata['slide_button2_style']).'" target="_blank" href="'.esc_url($cl_redata['slide_button2_link']).'"><span>'.$cl_redata['slide_button2'].'</span><i class="moon-arrow-right-5"></i></a>';Save changes.
Best regards!
in reply to: Portfolio losing itemsHello,
The problem seems to be when the masonry style it on. I changed it to grid and it’s displaying ok. To show more items per page, please read this article: https://support.codeless.co/?ht_kb=display-all-portfolio-items-in-one-page
The masonry style does not have any issue on our side. And i don’t see any plugin that may be affecting it in your site. Did you perhaps made any changes to theme files?
I suggest you download a fresh copy of theme files and update theme.Let us know how if the situation persists.
Best regards!
in reply to: Header Widgetized AreaHello,
This is the shortcode to have the structure you want. Name above and information below. It’s not possible to have 3 addresses in one shortcode. Remove the info you do not want. Leave only the address and add the shortcode 3 times.
Best regards!
in reply to: LayerSlider WordPress not working in chromeHello,
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: Problem with blog article in headerHello,
I am glad to know you figured it out.
Best regards!
in reply to: Create some pages in different languagesHello,
The plugin does not automatically translate your text. You still have to translate the page’s content yourself. What it does, it’s allow your to have multiple home page’s and menu’s. You can create many translated version’s of the home page, but it’s not possible to have different menu’s.
Theme uses only one menu.Best regards!
in reply to: Problems with menu droppingHello,
I see. This actually is not caused by the screen dimension but rather by the browser. Please go to file style.css and find these lines:
nav .menu li { float: left; position: relative; height: 100%; }Comment the height attribute. Replace with this:
/*height: 100%;*/It should fix the menu issue.
Let us know.Best regards!
in reply to: Portfolio Grid Black/WhiteHello,
I opened your site in all available browsers, in safari too and the images are displaying in color. Please see screenshot of the safari view: https://pho.to/ASF1t
As said, the images are loaded from the server. And there is not an overlay in your current styling of the portfolio. Also the other styling settings, the menu items and background color of the section below portfolios have not lost the color, even in the screenshot your send. So this is not a theme issue.
Let us know.
Best regards!
in reply to: Page Header Font sizeHello,
The page header is a H1 heading. You can change heading styling in General Options > Typography Options. But this would change all H1 headings in your site. If you only want to change the page header heading, then do it with custom css.
Example code:.header_page.with_subtitle.normal .titles h1 { font-family: sans-serif; font-size: 20px; }Let us know.
Best regards!
in reply to: Header Widgetized AreaHello,
Then add this shortcode:
[contact_information tel="+114 554 888" addr="20 St Street, New York" email="[email protected]"]Best regards!
in reply to: Portfolio Grid Black/WhiteHello,
Do you mean the images are in black and white? This is very unlucky to happen. The images are static and stored in the database. The worst it can happen is for them not to be able to load from server and not show up.
Can you send a screenshot of this situation?Best regards!
in reply to: Size of Images of Portfolio Grid on MobileHello,
I don’t get the layout you are referring to in mobile for this page: https://www.ronjamooij.nl/belevingen. Please see screenshot. Did you manage to fix it?
Let us know.Best regards!
in reply to: Create some pages in different languagesHello,
You have to use a translation plugin for this. We can suggest WPML plugin.
Best regards!
-
This reply was modified 9 years, 7 months ago by